Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3424)

Unified Diff: build/common.gypi

Issue 11337003: clang: Enable -Wimplicit-conversion-floating-point-to-bool (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698