Skip to content
Snippets Groups Projects
Commit 44aba1da authored by Shai Barack's avatar Shai Barack
Browse files

[alln] Opt in to -Wno-implicit-int-float-conversion

Otherwise when we turn on this warning project-wide we get this sad
failure:

../../third_party/icu/source/i18n/plurrule.cpp:1664:24: error: implicit conversion from 'int64_t' (aka 'long') to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Werror,-Wimplicit-int-float-conversion]
          if (scaled > U_INT64_MAX) {
                     ~ ^~~~~~~~~~~
../../third_party/icu/source/common/unicode/umachine.h:212:33: note: expanded from macro 'U_INT64_MAX'
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Bug: 3203
Change-Id: I8e6984169120547460e3e35a566272e13ce4506c
parent 3017785e
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment