mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-28 15:50:26 +08:00
Scott Graham
2b46aaabda
win: Locally disable allocation alignment warning
A (somewhat cursory) inspection leads me to believe that there's no particular alignment requirements for this object at this location, so this warning can be ignored. d:\src\crashpad\crashpad\minidump\minidump_context_writer.cc(43) : error C2220: warning treated as error - no 'object' file generated d:\src\crashpad\crashpad\minidump\minidump_context_writer.cc(43) : warning C4316: 'crashpad::MinidumpContextAMD64Writer' : object allocated on the heap may not be aligned 16 R=mark@chromium.org BUG=crashpad:1 Review URL: https://codereview.chromium.org/893393002
Description
Languages
C++
92.6%
Objective-C++
2.5%
C
2%
Python
1.7%
Assembly
0.9%
Other
0.3%