aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2018-09-06 16:48:11 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-09-06 16:48:11 -0700
commit318aec8b53f1a66a8699c1146594171c417c3c7e (patch)
tree11034f51431f14bad64c6cc7479fadf7d5fae0b5
parent5b31887044ab45afe8ba219e1a4595bc20a131eb (diff)
parentf3feda3e1aac08d32f2e6a8f582c1408b7103290 (diff)
downloadgoogle-breakpad-318aec8b53f1a66a8699c1146594171c417c3c7e.tar.gz
Suppress -Wimplicit-fallthrough. am: b5474aa996
am: f3feda3e1a Change-Id: Ie9798c7eb579ddb5fc0f9cc79deb281db4c8c4f3
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index a037d527..074fdaf5 100644
--- a/Android.bp
+++ b/Android.bp
@@ -207,6 +207,8 @@ cc_binary_host {
linux_glibc: {
cppflags: [
"-DHAVE_A_OUT_H",
+ "-Wno-implicit-fallthrough",
+ // minidump_processor.cc:853, minidump.cc:4228 have fallthrough.
"-Wno-unused-function",
"-Wno-unused-parameter",
],