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

Unified Diff: build/common.gypi

Issue 10081013: roll clang 153589:154450 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: wno-literal-conversion Created 8 years, 8 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 659b45d196d5151a9727d4f96fca1d88eeea8281..806b5d3faa104acfd267d7b79275b109d8420bc1 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2113,6 +2113,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): Reenable once http://webk.it/83920 is fixed.
+ '-Wno-literal-conversion',
],
'cflags!': [
# Clang doesn't seem to know know this flag.
@@ -2527,6 +2530,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): Reenable once http://webk.it/83920 is fixed.
+ '-Wno-literal-conversion',
],
}],
['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