commit | 9e1793b8918dacdfeb9b36bc2add2930a5338b49 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Mon Oct 22 09:42:57 2018 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Mon Oct 22 09:42:57 2018 -0700 |
tree | 0020407bf7acaf2941d7937e308eade64fb12cb3 | |
parent | 1191f516fe733443bff101b2f1b0ca5048751f4a [diff] [blame] |
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
diff --git a/broadcastradio/common/utils2x/Android.bp b/broadcastradio/common/utils2x/Android.bp index aab94f2..df2cefe 100644 --- a/broadcastradio/common/utils2x/Android.bp +++ b/broadcastradio/common/utils2x/Android.bp
@@ -22,6 +22,7 @@ "-Wall", "-Wextra", "-Werror", + "-Wno-error=implicit-fallthrough", ], cppflags: [ "-std=c++1z",