aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2018-09-06 17:20:15 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-09-06 17:20:15 -0700
commitd6b568e399e47dabe9d4a7b559a3b6a94276c53d (patch)
tree11034f51431f14bad64c6cc7479fadf7d5fae0b5
parent5f017887253a925df54f7241f0ce619f7f235c4e (diff)
parent318aec8b53f1a66a8699c1146594171c417c3c7e (diff)
downloadgoogle-breakpad-d6b568e399e47dabe9d4a7b559a3b6a94276c53d.tar.gz
Suppress -Wimplicit-fallthrough. am: b5474aa996 am: f3feda3e1a
am: 318aec8b53 Change-Id: I31098035ca4c858b957438dd6c1d236ba3f2fa6d
-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",
],