Merge "Allow implicit-fallthrough warnings locally."

This commit is contained in:
Chih-hung Hsieh
2018-10-22 19:33:58 +00:00
committed by Gerrit Code Review

View File

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