summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authordonghongweng <donghongweng@google.com>2022-08-15 19:46:30 +0800
committerDonghong Weng <donghongweng@google.com>2022-08-22 01:45:01 +0000
commit92120ed2e64bd774ef17e645baee5c07e5a50575 (patch)
tree88e8810b668b60f6787581d9aa621f06e42840a0 /Android.bp
parent262337a43eb1297a8c9676fe13a59bd4837fc47a (diff)
downloadlibchrome-92120ed2e64bd774ef17e645baee5c07e5a50575.tar.gz
Suppress implicit-int-float-conversion warning
Test: m Change-Id: I9fe1882f0504a654a6de1c7a40fcb6af8948f0de
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index aada4d99f9..87fc854be3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -519,6 +519,7 @@ cc_defaults {
"-Werror",
"-Wno-deprecated-declarations",
"-Wno-implicit-fallthrough",
+ "-Wno-implicit-int-float-conversion",
// memory_mapped_file.cc:80, json_parser.cc:264,
// sys_string_conversions_posix.cc:122, and
// icu_utf.cc:161,165 have -Wno-implicit-fallthrough.