Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index e7ee580522edc28a4bb9a6b456a4ed4886473351..9384b339a7f197717f0313683548eb5705ccfa33 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -2516,8 +2516,6 @@ |
# also contain a default: branch. Chrome is full of that. |
'-Wno-covered-switch-default', |
- # 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', |
], |
@@ -3083,8 +3081,6 @@ |
# also contain a default: branch. Chrome is full of that. |
'-Wno-covered-switch-default', |
- # 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', |
], |