Merge "Allow implicit-fallthrough warnings locally."

am: e6d3e9ff5d

Change-Id: I240c248a032a80b3edbc9a8987e4cde02d4b2fa3
This commit is contained in:
Chih-hung Hsieh
2018-10-22 12:46:58 -07:00
committed by android-build-merger

View File

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