summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-29 04:01:43 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-29 04:01:43 +0000
commit5ea30a8ef69a695bc20406c622e3b0423f3e5103 (patch)
tree8d861114aae1a7c2b1e9222b9c79b3cb9fb9e83b /build
parent5c390bfd93dbda5b84226674ad8dcc86cefadf42 (diff)
downloadchromium_src-5ea30a8ef69a695bc20406c622e3b0423f3e5103.zip
chromium_src-5ea30a8ef69a695bc20406c622e3b0423f3e5103.tar.gz
chromium_src-5ea30a8ef69a695bc20406c622e3b0423f3e5103.tar.bz2
clang: Enable -Wimplicit-conversion-floating-point-to-bool
The one offender in WebKit was fixed. BUG=none TBR=hans Review URL: https://codereview.chromium.org/11337003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164589 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi4
1 files changed, 0 insertions, 4 deletions
diff --git a/build/common.gypi b/build/common.gypi
index e7ee580..9384b33 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',
],