Mark Mentovai db7a933d95 gtest, 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

Review URL: https://codereview.chromium.org/984393002
2015-03-08 21:04:49 -04:00
..
2014-07-30 23:24:58 -04:00

Name: Google C++ Mocking Framework (googlemock)
Short Name: gmock
URL: https://googlemock.googlecode.com/
Revision: See DEPS
License: BSD 3-clause
License File: gmock/LICENSE
Security Critical: no

Description:
Google C++ Mocking Framework (or Google Mock for short) is a library for
writing and using C++ mock classes.

Local Modifications:
None