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

Unified Diff: build/common.gypi

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 | « 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 0473dda9bd4c71c3f3fb8e24f335b69992361b54..00e0424b00509bebc839e363a932176c7da5a6b0 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -5701,9 +5701,7 @@
# 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
@@ -5716,7 +5714,6 @@
'-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 | « no previous file | build/config/compiler/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698