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: http://src.chromium.org/svn/trunk/src/build@164589 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
8af4af9cba
Коммит
0701976cd2
|
@ -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',
|
||||
],
|
||||
|
|
Загрузка…
Ссылка в новой задаче