Source release v3.4.1

This commit is contained in:
Gene Morgan
2017-09-01 14:17:56 -07:00
parent 8082775924
commit 183aacf0a3
50 changed files with 1508 additions and 2342 deletions

16
third_party/gmock.gyp vendored
View File

@@ -15,6 +15,22 @@
'googletest/googletest/include',
],
},
# These flags silence warnings that appear in gtest/gmock upstream.
# We will not maintain a divergent copy of gmock to fix them.
'cflags': [
# Ignore unknown warning options, to support both gcc & clang at once.
'-Wno-unknown-warning-option',
],
'cflags_cc': [
'-Wno-sign-compare',
#'-Wno-unused-const-variable',
#'-Wno-unused-function',
#'-Wno-unused-parameter',
#'-Wno-shadow',
'-Wno-conversion',
'-Wno-sign-conversion',
#'-Wno-useless-cast',
],
},
'targets': [
{