summaryrefslogtreecommitdiff
path: root/health
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2018-10-26 16:17:32 -0700
committerChih-hung Hsieh <chh@google.com>2018-10-29 19:28:36 +0000
commita17a56312738d31504ebaace845de2cc180c3c26 (patch)
treeae7a37310c00d27cb89c85ac58558059208b12db /health
parentb59433cd23a6bbb5d9484ae93815be7960e6394a (diff)
downloadbonito-a17a56312738d31504ebaace845de2cc180c3c26.tar.gz
Allow implicit-fallthrough warnings in BatteryRechargingControl.cpp.
It will be a global error by default. Test: make checkbuild Bug: 112564944 Change-Id: I039bfb7173866aff67e0c90501ddf63e80d1ef50 Exempt-From-Owner-Approval: do not block on new warnings
Diffstat (limited to 'health')
-rw-r--r--health/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/health/Android.bp b/health/Android.bp
index 6b643b41..f440fa59 100644
--- a/health/Android.bp
+++ b/health/Android.bp
@@ -28,6 +28,7 @@ cc_binary {
cflags: [
"-Wall",
"-Werror",
+ "-Wno-implicit-fallthrough", // warning in BatteryRechargingControl.cpp
],
static_libs: [