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

Unified Diff: build/common.gypi

Issue 11143020: roll clang 163674:165787 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: warn again Created 8 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 | tools/clang/plugins/FindBadConstructs.cpp » ('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 6abd7a25d1cf24243d535b7d5ed4b6d68a12ed46..63d6aaf00d17a2a447982e85832c88dbb59873a9 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2512,6 +2512,8 @@
# TODO(thakis): Remove this.
'-Wno-implicit-conversion-floating-point-to-bool',
+ # TODO(thakis): Remove this once http://crbug.com/151927 is fixed.
+ '-Wno-tautological-constant-out-of-range-compare',
],
'cflags!': [
# Clang doesn't seem to know know this flag.
@@ -3068,6 +3070,8 @@
# TODO(thakis): Remove this.
'-Wno-implicit-conversion-floating-point-to-bool',
+ # TODO(thakis): Remove this once http://crbug.com/151927 is fixed.
+ '-Wno-tautological-constant-out-of-range-compare',
],
}],
['clang==1 and clang_use_chrome_plugins==1', {
« no previous file with comments | « no previous file | tools/clang/plugins/FindBadConstructs.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698