Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 569772f121f601f5e81c3740f79b2232c2df08b0..8b1fdfaf6144c4db66bcde68867b4211ee38f40f 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -2525,9 +2525,6 @@ |
| # 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): 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. |