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

Unified Diff: build/common.gypi

Issue 419963004: clang/win: use clang_warning_flags, like mac and linux do (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « no previous file | build/set_clang_warning_flags.gypi » ('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 4f83f4c400bcc5bcb3ceeea20c7b4ed7f18bb061..ae79702e1cea99cff7b3b738aac09f0aff7f0458 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -5351,9 +5351,7 @@
# TODO(hans): Make this list shorter eventually.
'-Qunused-arguments',
'-Wno-c++11-compat-deprecated-writable-strings',
- '-Wno-char-subscripts',
'-Wno-deprecated-declarations',
- '-Wno-deprecated-register',
'-Wno-empty-body',
'-Wno-enum-conversion',
'-Wno-extra-tokens',
« no previous file with comments | « no previous file | build/set_clang_warning_flags.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698