Skip to content
Snippets Groups Projects
Commit 381ffccf authored by Alistair Delva's avatar Alistair Delva Committed by Gerrit Code Review
Browse files

Merge "Suppress implicit-int-float-conversion warning"

parents 142ccf54 c77d57b1
No related branches found
No related tags found
No related merge requests found
......@@ -154,6 +154,7 @@ cc_defaults {
"-Wno-switch",
"-Wno-typedef-redefinition",
"-Wno-uninitialized",
"-Wno-implicit-const-int-float-conversion",
"-DHAVE_TIMESPEC_GET",
],
......
......@@ -100,6 +100,7 @@ LOCAL_CFLAGS += \
-Wno-switch \
-Wno-typedef-redefinition \
-Wno-uninitialized \
-Wno-implicit-const-int-float-conversion \
LOCAL_CPPFLAGS += \
-D__STDC_CONSTANT_MACROS \
......
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