summaryrefslogtreecommitdiffstats
path: root/broadcastradio
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2018-10-22 09:42:57 -0700
committerChih-Hung Hsieh <chh@google.com>2018-10-22 09:42:57 -0700
commit9e1793b8918dacdfeb9b36bc2add2930a5338b49 (patch)
tree0020407bf7acaf2941d7937e308eade64fb12cb3 /broadcastradio
parent1191f516fe733443bff101b2f1b0ca5048751f4a (diff)
downloadandroid_hardware_interfaces-9e1793b8918dacdfeb9b36bc2add2930a5338b49.tar.gz
android_hardware_interfaces-9e1793b8918dacdfeb9b36bc2add2930a5338b49.tar.bz2
android_hardware_interfaces-9e1793b8918dacdfeb9b36bc2add2930a5338b49.zip
Allow implicit-fallthrough warnings locally.
It will be a global error by default. Test: make checkbuild Bug: 112564944 Change-Id: I3e914835fcb4ee97662ab51136f143e665d0ba01 Exempt-From-Owner-Approval: do not block on new warnings
Diffstat (limited to 'broadcastradio')
-rw-r--r--broadcastradio/common/utils2x/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/broadcastradio/common/utils2x/Android.bp b/broadcastradio/common/utils2x/Android.bp
index aab94f2a1..df2cefe36 100644
--- a/broadcastradio/common/utils2x/Android.bp
+++ b/broadcastradio/common/utils2x/Android.bp
@@ -22,6 +22,7 @@ cc_library_static {
"-Wall",
"-Wextra",
"-Werror",
+ "-Wno-error=implicit-fallthrough",
],
cppflags: [
"-std=c++1z",