Source release 15.2.0
This commit is contained in:
7
third_party/gmock.gyp
vendored
7
third_party/gmock.gyp
vendored
@@ -27,6 +27,13 @@
|
||||
'googletest/googlemock/include',
|
||||
'googletest/googletest/include',
|
||||
],
|
||||
'msvs_settings': {
|
||||
'VCCLCompilerTool': {
|
||||
'DisableSpecificWarnings': [
|
||||
'4805', # unsafe mix of type 'const T1' and type 'const T2'
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
'targets': [
|
||||
|
||||
Reference in New Issue
Block a user