aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2018-09-06 13:29:17 -0700
committerChih-Hung Hsieh <chh@google.com>2018-09-06 13:31:27 -0700
commitb5474aa9969cd841609db936ef4bbacd6be8d9fc (patch)
tree11034f51431f14bad64c6cc7479fadf7d5fae0b5
parentbf7382d1bc6a5b08e8147bb891682c2189ecf36c (diff)
downloadgoogle-breakpad-b5474aa9969cd841609db936ef4bbacd6be8d9fc.tar.gz
-Wimplicit-fallthrough will be enabled globally. Test: build with global -Wimplicit-fallthrough. Change-Id: Ia46332290239f05cdad50af62dd86a757b5eca16
-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",
],