New float-to-bool conversion warnings after Clang r267054 |
||
Issue description
For example:
../../content/browser/devtools/protocol/color_picker.cc:184:7: error: implicit conversion from 'const float' to 'bool' changes value from 0 to false [-Werror,-Wfloat-bool-constant-conversion]
if (kHotspotRadius) {
~~ ^~~~~~~~~~~~~~
1 error generated.
,
Apr 22 2016
All targets build cleanly on my Linux box now, and I haven't seen any more warnings on the bots. |
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Apr 22 2016