mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-29 00:32:35 +08:00
Scott Graham
38a026ffc7
win: fix various warnings in minidump_system_info_writer_test.cc
- Stack object instantiated for sizeof to avoid d:\src\crashpad\crashpad\minidump\minidump_system_info_writer_test.cc(43) : error C2597: illegal reference to non-static member '_MINIDUMP_STRING::Buffer' Could also just be sizeof(WCHAR) if that feels less ugly. - narrowing cast - potentially uninitialize variable warning R=mark@chromium.org BUG=crashpad:1 Review URL: https://codereview.chromium.org/886143004
Description
Languages
C++
92.6%
Objective-C++
2.5%
C
2%
Python
1.7%
Assembly
0.9%
Other
0.3%