aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2018-09-04 16:53:14 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-09-04 16:53:14 -0700
commit14730431ebb3f44327e886b2edb8f89a85b7e7f1 (patch)
tree3246d1472ae648d62b5f4ccd02de7fb16072a667
parent3f1a32a51cec3a30119f882ab1a769d0c2df4f41 (diff)
parent507c789494f4cecc95412cb33dd6f59201a4bb49 (diff)
downloadjsoncpp-14730431ebb3f44327e886b2edb8f89a85b7e7f1.tar.gz
Merge "Suppress -Wimplicit-fallthrough." am: 31300f7276
am: 507c789494 Change-Id: I39e9d0413566f975f3e9069f043203519d69de91
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 5a475aa..d7a6488 100644
--- a/Android.bp
+++ b/Android.bp
@@ -17,6 +17,8 @@ cc_defaults {
"-DJSON_USE_EXCEPTION=0",
"-Wall",
"-Werror",
+ "-Wno-implicit-fallthrough",
+ // src/lib_json/json_reader.cpp:210 has -Wno-implicit-fallthrough
],
target: {