Descriptionwin: 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
Committed: https://chromium.googlesource.com/crashpad/crashpad/+/38a026ffc75413c27f41fa6a233bb32b6b27c273
Patch Set 1 #
Total comments: 2
Patch Set 2 : allow_unused_local #
Total comments: 2
Messages
Total messages: 6 (0 generated)
|