diff options
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi index 63a5a54..2360a55 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. @@ -3070,6 +3072,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', { |