Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(367)

Unified Diff: Source/core/core.gyp

Issue 383153007: Fixes for re-enabling more MSVC level 4 warnings: Source/core/ edition (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Review comments Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/accessibility/AXRenderObject.cpp ('k') | Source/core/editing/TextIterator.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index b75d2d95b55e4601079255a0174c387b57f72319..2122d4ac5446ebd9e399fb7510cc94ae2617956e 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': [
« no previous file with comments | « Source/core/accessibility/AXRenderObject.cpp ('k') | Source/core/editing/TextIterator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698