Source release 15.2.0

This commit is contained in:
John W. Bruce
2019-06-28 16:02:52 -07:00
parent 2b26dee09c
commit 2990f23065
1236 changed files with 166886 additions and 142315 deletions

View File

@@ -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': [