aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2018-09-04 14:05:05 -0700
committerChih-Hung Hsieh <chh@google.com>2018-09-04 14:20:04 -0700
commit96ed25264928777573294d1549db6f6aaa700c43 (patch)
treebba966571954f43c493360b59a11b6e75faffedf /Android.bp
parent7027cd87488c2a60becbae7a139d18dbc0370459 (diff)
downloadfdk-aac-96ed25264928777573294d1549db6f6aaa700c43.tar.gz
fdk-aac-96ed25264928777573294d1549db6f6aaa700c43.tar.bz2
fdk-aac-96ed25264928777573294d1549db6f6aaa700c43.zip
Suppress -Wimplicit-fallthrough.
-Wimplicit-fallthrough will be enabled globally. Test: build with global -Wimplicit-fallthrough. Change-Id: I13b4402d9df23a888bdc80be4ce39cd5cd4cff7f
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 50cc092..b322d07 100644
--- a/Android.bp
+++ b/Android.bp
@@ -22,6 +22,7 @@ cc_library_static {
"-Wno-#warnings",
"-Wuninitialized",
"-Wno-self-assign",
+ "-Wno-implicit-fallthrough",
],
sanitize: {
misc_undefined:["unsigned-integer-overflow", "signed-integer-overflow"],