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

Unified Diff: gypfiles/standalone.gypi

Issue 2425913002: [build] Switch off warning on gcc bots. (Closed)
Patch Set: Fix Created 4 years, 2 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: gypfiles/standalone.gypi
diff --git a/gypfiles/standalone.gypi b/gypfiles/standalone.gypi
index 7e41ce84aef96d1b2d5f0c8ca23c10a12334893f..5fefe199d6e13b01fdd52ac7a75e522bee2fcb7d 100644
--- a/gypfiles/standalone.gypi
+++ b/gypfiles/standalone.gypi
@@ -503,7 +503,10 @@
},
'conditions':[
['clang==0', {
- 'cflags+': ['-Wno-sign-compare',],
+ 'cflags+': [
+ '-Wno-sign-compare',
+ '-Wno-uninitialized',
+ ],
}],
['clang==1 or host_clang==1', {
# This is here so that all files get recompiled after a clang roll and
« 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