summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-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",