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:
parent
1191f516fe
commit
9e1793b891
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ cc_library_static {
|
|||
"-Wall",
|
||||
"-Wextra",
|
||||
"-Werror",
|
||||
"-Wno-error=implicit-fallthrough",
|
||||
],
|
||||
cppflags: [
|
||||
"-std=c++1z",
|
||||
|
|
Loading…
Reference in a new issue