summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-hung Hsieh <chh@google.com>2018-09-06 10:48:46 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-09-06 10:48:46 -0700
commitd1a43ce868903839e4e390a66867646c4fcf9479 (patch)
treef71299c734571758bf924f1c652a53d3836dc75b
parent7a1184d68cdd33245efc9875b237fcef2c9d2c54 (diff)
parent180ef32f6fe74b2b924577b2052d8ff344369b84 (diff)
downloadtinyxml-d1a43ce868903839e4e390a66867646c4fcf9479.tar.gz
Merge "Suppress -Wimplicit-fallthrough." am: b6963ddc47
am: 180ef32f6f Change-Id: I62708ce214c248272f50e3bcffe7519b38af6c00
-rw-r--r--Android.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk
index b3967a5..bf735c4 100644
--- a/Android.mk
+++ b/Android.mk
@@ -14,10 +14,11 @@ commonSources:= \
tinystr.cpp
commonFlags := \
- -Wno-undefined-bool-conversion \
- -Wno-missing-braces \
- -Wno-logical-op-parentheses \
- -Werror
+ -Wno-implicit-fallthrough \
+ -Wno-logical-op-parentheses \
+ -Wno-missing-braces \
+ -Wno-undefined-bool-conversion \
+ -Werror
# For the device