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

Unified Diff: build/common.gypi

Issue 1212203002: clang/win: Add a few tracking bugs for -Wno flags up to e. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 | « no previous file | build/config/compiler/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index b0b90e029c0217c309376c1fe61ec90d079a2ecd..d03bc4a42630cb12b33c3b552d0e2105ea479d4d 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -5698,13 +5698,13 @@
# TODO(hans): Fix those files, or move this to sub-GYPs.
'/FIIntrin.h',
- # TODO(hans): Make this list shorter eventually.
- '-Qunused-arguments',
- '-Wno-c++11-compat-deprecated-writable-strings',
- '-Wno-deprecated-declarations',
- '-Wno-empty-body',
- '-Wno-enum-conversion',
- '-Wno-extra-tokens',
+ # TODO(hans): Make this list shorter eventually, http://crbug.com/504657
+ '-Qunused-arguments', # http://crbug.com/504658
+ '-Wno-c++11-compat-deprecated-writable-strings', # http://crbug.com/504659
+ '-Wno-deprecated-declarations', # http://crbug.com/504660
+ '-Wno-empty-body', # http://crbug.com/504661
+ '-Wno-enum-conversion', # http://crbug.com/504662
+ '-Wno-extra-tokens', # http://crbug.com/504663
'-Wno-ignored-attributes',
'-Wno-incompatible-pointer-types',
'-Wno-int-to-void-pointer-cast',
@@ -5731,7 +5731,7 @@
'-Wno-unused-value',
'-Wno-unused-variable',
'-Wno-unused-local-typedef', # http://crbug.com/411648
- '-Wno-inconsistent-missing-override', #http://crbug.com/428099
+ '-Wno-inconsistent-missing-override', # http://crbug.com/428099
],
},
}],
« no previous file with comments | « no previous file | build/config/compiler/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698