Source release v3.4.1
This commit is contained in:
16
third_party/gmock.gyp
vendored
16
third_party/gmock.gyp
vendored
@@ -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': [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user