aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-hung Hsieh <chh@google.com>2018-09-06 17:34:07 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-09-06 17:34:07 +0000
commit0f483fa3df2c012546def64141c3fd72b92c16d3 (patch)
tree41495f71184dd73917a663712346ff1d643b5d36
parentdd7a9809cfc623287da2d21d766203972b953649 (diff)
parentf6dd7be1f9434d0fc86553524f67207d317a2871 (diff)
downloadtinyxml2-0f483fa3df2c012546def64141c3fd72b92c16d3.tar.gz
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index cbd41e6..8c2f9c7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,8 @@ cc_library {
cflags: [
"-Wall",
"-Werror",
+ "-Wno-implicit-fallthrough",
+ // tinyxml2.cpp line 436, 441, 446 have -Wimplicit-fallthrough.
],
shared_libs: ["liblog"],