Descriptiongtest, gmock: disable incompatible warnings.
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
Committed: https://chromium.googlesource.com/crashpad/crashpad/+/db7a933d95fd3f29c84ab21d299ac1b6873de577
Patch Set 1 #Patch Set 2 : Compatibility with pre-3.6 clang #
Messages
Total messages: 5 (2 generated)
|