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', { |