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

Unified Diff: build/common.gypi

Issue 10917180: roll clang r161757:r163126 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: flag Created 8 years, 3 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 | tools/clang/scripts/update.sh » ('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 286aee1d4153ecbe868561bfe0bf3a9971cdeda0..8df35e00ed9201797981ba3e3e0d2c28e76cd5a9 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2367,6 +2367,9 @@
# Warns on switches on enums that cover all enum values but
# also contain a default: branch. Chrome is full of that.
'-Wno-covered-switch-default',
+
+ # TODO(thakis): Remove this.
+ '-Wno-implicit-conversion-floating-point-to-bool',
],
'cflags!': [
# Clang doesn't seem to know know this flag.
@@ -2872,6 +2875,9 @@
# Warns on switches on enums that cover all enum values but
# also contain a default: branch. Chrome is full of that.
'-Wno-covered-switch-default',
+
+ # TODO(thakis): Remove this.
+ '-Wno-implicit-conversion-floating-point-to-bool',
],
}],
['clang==1 and clang_use_chrome_plugins==1', {
« no previous file with comments | « no previous file | tools/clang/scripts/update.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698