aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2018-09-04 17:38:27 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-09-04 17:38:27 -0700
commite08697198be2fd7588f5d1716f79b92bed6b6819 (patch)
tree3246d1472ae648d62b5f4ccd02de7fb16072a667
parent6bd5f56eedaee2ad7ffff3af54066e7a5ac3378a (diff)
parent14730431ebb3f44327e886b2edb8f89a85b7e7f1 (diff)
downloadjsoncpp-e08697198be2fd7588f5d1716f79b92bed6b6819.tar.gz
Merge "Suppress -Wimplicit-fallthrough." am: 31300f7276 am: 507c789494
am: 14730431eb Change-Id: Ib208eeda3651a8eacf8284f292e64892fc09a7d7
-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: {