aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2018-09-06 10:48:34 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-09-06 10:48:34 -0700
commit2370af52d9671504262d546e929377c8b255b4c9 (patch)
treeb08b5d43821500b102c35bb8ee671ac6001e2f5c
parent55d130c0bc0327d82883029adae693df8e20d22c (diff)
parent3c5bab2c078efc662bdc02dfab207f6efb606795 (diff)
downloadpdfium-2370af52d9671504262d546e929377c8b255b4c9.tar.gz
Suppress -Wimplicit-fallthrough. am: e36fd549c6
am: 3c5bab2c07 Change-Id: Ifa7943e54c8324e77e0529436ea5d74d3b455c49
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index d11b36ecb..ab7a5981b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -13,6 +13,9 @@ cc_defaults {
"-Wno-unused-parameter",
"-Wno-sign-compare",
"-Wno-missing-field-initializers",
+ "-Wno-implicit-fallthrough",
+ // cpdf_renderstatus.cpp:1768, cpdf_variabletext.cpp:320,
+ // and cpwl_edit_impl.cpp:1825 have -Wimplicit-fallthrough.
"-Werror",
"-DOPJ_STATIC",