| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index bfa63857ac08ea49f7a08a3234351aef542e5e61..fb4344921542dd5bac1e8decdf16c427d4b0cc5e 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -2509,6 +2509,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.
|
| @@ -3065,6 +3067,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', {
|
|
|