Index: Source/core/core.gyp |
diff --git a/Source/core/core.gyp b/Source/core/core.gyp |
index 55eb6fe51769b4a7fb035d3e160c0f55626e3d04..42da2b20ae0da8e0b43b4de4dbac61a2ec92b182 100644 |
--- a/Source/core/core.gyp |
+++ b/Source/core/core.gyp |
@@ -336,9 +336,9 @@ |
['OS=="win"', { |
# In generated bindings code: 'switch contains default but no case'. |
# Disable c4267 warnings until we fix size_t to int truncations. |
- # 4702 is disabled because of issues in Bison-generated |
+ # 4701 and 4702 are disabled because of issues in Bison-generated |
# XPathGrammar.cpp and CSSGrammar.cpp. |
- 'msvs_disabled_warnings': [ 4065, 4267, 4702 ], |
+ 'msvs_disabled_warnings': [ 4065, 4267, 4701, 4702 ], |
}], |
['OS in ("linux", "android") and "WTF_USE_WEBAUDIO_IPP=1" in feature_defines', { |
'cflags': [ |