aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-hung Hsieh <chh@google.com>2018-09-05 16:30:42 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-09-05 16:30:42 +0000
commit8704782ffded248043bd37caaafd9c392e2add6b (patch)
treebba966571954f43c493360b59a11b6e75faffedf
parent7027cd87488c2a60becbae7a139d18dbc0370459 (diff)
parent96ed25264928777573294d1549db6f6aaa700c43 (diff)
downloadfdk-aac-8704782ffded248043bd37caaafd9c392e2add6b.tar.gz
fdk-aac-8704782ffded248043bd37caaafd9c392e2add6b.tar.bz2
fdk-aac-8704782ffded248043bd37caaafd9c392e2add6b.zip
Merge "Suppress -Wimplicit-fallthrough."
-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"],