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

Unified Diff: build/common.gypi

Issue 159123003: Suppress some more warnings for Clang Windows builds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 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 | no next file » | 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 43f73de1845bbf7255a8ae320a09b397e14bb083..e31947a28a8c8d7f971a8130754eb30706bac3f2 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -4678,10 +4678,15 @@
'-Wno-deprecated-register',
'-Wno-empty-body',
'-Wno-enum-conversion',
+ '-Wno-extra-tokens',
+ '-Wno-ignored-attributes',
'-Wno-incompatible-pointer-types',
+ '-Wno-int-to-void-pointer-cast',
+ '-Wno-invalid-noreturn',
'-Wno-logical-op-parentheses',
'-Wno-microsoft',
'-Wno-missing-braces',
+ '-Wno-missing-declarations',
'-Wno-msvc-include',
'-Wno-null-dereference',
'-Wno-overloaded-virtual',
@@ -4690,6 +4695,7 @@
'-Wno-reorder',
'-Wno-return-type-c-linkage',
'-Wno-self-assign',
+ '-Wno-sometimes-uninitialized',
'-Wno-switch',
'-Wno-tautological-compare',
'-Wno-unknown-pragmas',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698