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
This commit is contained in:
Chih-Hung Hsieh 2018-10-22 09:42:57 -07:00
parent 1191f516fe
commit 9e1793b891

View file

@ -22,6 +22,7 @@ cc_library_static {
"-Wall",
"-Wextra",
"-Werror",
"-Wno-error=implicit-fallthrough",
],
cppflags: [
"-std=c++1z",