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

Unified Diff: gypfiles/standalone.gypi

Issue 2422103006: Revert of [build] Switch off warning on gcc bots. (Closed)
Patch Set: 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 4c026c1a7bd9a910a7ca503a9bf524855f7ce873..7e41ce84aef96d1b2d5f0c8ca23c10a12334893f 100644
--- a/gypfiles/standalone.gypi
+++ b/gypfiles/standalone.gypi
@@ -503,10 +503,7 @@
},
'conditions':[
['clang==0', {
- 'cflags+': [
- '-Wno-sign-compare',
- '-Wno-maybe-uninitialized',
- ],
+ 'cflags+': ['-Wno-sign-compare',],
}],
['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