mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
gtest and gmock both rely heavily on exit-time destructors, and must build with -Wno-exit-time-destructors to avoid these warnings. gmock’s MOCK_METHODn() macros violate -Wno-inconsistent-missing-override, so this warning is disabled for direct dependents of gmock. R=rsesek@chromium.org Review URL: https://codereview.chromium.org/984393002
Description
Languages
C++
92.5%
Objective-C++
2.5%
C
2%
Python
1.8%
Assembly
0.9%
Other
0.3%