summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2018-09-04 18:56:02 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-09-04 18:56:02 -0700
commit84f52cb2c1eda7052b5d46490f5ef6770b1b375e (patch)
tree84e9da0b5e64275faf2fa7026755c822b8b943bc
parent475bf02b117b17c67c3254cb28ff3ff2eb802e30 (diff)
parent827ea31227a7d57a1169490a116d5139e07bc34c (diff)
downloadlibunwind_llvm-84f52cb2c1eda7052b5d46490f5ef6770b1b375e.tar.gz
Suppress -Wimplicit-fallthrough. am: 6136ec05d9 am: 2ed8ddac2c
am: 827ea31227 Change-Id: Ic9c0334acdebdffc9321ace4d12a3571c9fcef91
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index c7e0da8..81dad26 100644
--- a/Android.bp
+++ b/Android.bp
@@ -41,6 +41,8 @@ LIBUNWIND_CPPFLAGS = [
"-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",