commit | 84f52cb2c1eda7052b5d46490f5ef6770b1b375e | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Tue Sep 04 18:56:02 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Sep 04 18:56:02 2018 -0700 |
tree | 84e9da0b5e64275faf2fa7026755c822b8b943bc | |
parent | 475bf02b117b17c67c3254cb28ff3ff2eb802e30 [diff] | |
parent | 827ea31227a7d57a1169490a116d5139e07bc34c [diff] |
Suppress -Wimplicit-fallthrough. am: 6136ec05d9 am: 2ed8ddac2c am: 827ea31227 Change-Id: Ic9c0334acdebdffc9321ace4d12a3571c9fcef91
diff --git a/Android.bp b/Android.bp index c7e0da8..81dad26 100644 --- a/Android.bp +++ b/Android.bp
@@ -41,6 +41,8 @@ "-std=c++14", "-fexceptions", "-Wextra", + "-Wno-implicit-fallthrough", + // src/Unwind-EHABI.cpp line 97 and 100 have implicit fallthrough. "-Wno-unused-function", "-Wno-unused-parameter", "-Wno-unused-local-typedef",