Index: third_party/pcre/pcre.gyp |
diff --git a/third_party/pcre/pcre.gyp b/third_party/pcre/pcre.gyp |
index d72dcb79198b86c7023e605409473a4a99a7bd22..b95373da3da2eb3ddc597ceb1e5723ca67995ce1 100644 |
--- a/third_party/pcre/pcre.gyp |
+++ b/third_party/pcre/pcre.gyp |
@@ -95,11 +95,13 @@ |
'files/pcre_scanner.cc', |
'files/pcre_stringpiece.cc', |
], |
- 'msvs_settings': { |
- 'VCCLCompilerTool': { |
- 'AdditionalOptions': ['/wd4130', '/wd4018', '/wd4189', '/wd4996'], |
- }, |
- }, |
+ 'msvs_disabled_warnings': [ |
+ '4267', |
+ '4130', |
+ '4018', |
+ '4189', |
+ '4996', |
+ ], |
'all_dependent_settings': { |
'defines': [ |
'LINK_SIZE=2', |