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

Unified Diff: build/config/compiler/BUILD.gn

Issue 1216983004: clang/win: Build with some more clang warnings enabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clang-missing-declarations
Patch Set: rebase 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 | « build/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/compiler/BUILD.gn
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
index 75c3fe53da3afc2a77d7f27e63b8139a6484a47c..ad4d59d3976020615cf69f12b3c136e996dcc901 100644
--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
@@ -800,9 +800,7 @@ if (is_win) {
# 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", # http://crbug.com/504695
"-Wno-incompatible-pointer-types", # http://crbug.com/504696
@@ -815,7 +813,6 @@ if (is_win) {
"-Wno-overloaded-virtual", # http://crbug.com/505301
"-Wno-pointer-sign", # http://crbug.com/505303
"-Wno-reorder", # http://crbug.com/505304
- "-Wno-return-type-c-linkage", # http://crbug.com/505305
"-Wno-sometimes-uninitialized", # http://crbug.com/505307
"-Wno-switch", # http://crbug.com/505308
"-Wno-unknown-pragmas", # http://crbug.com/505314
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698