Merge "Allow implicit-fallthrough warnings locally." am: e6d3e9ff5d

am: d28cfb6188

Change-Id: Id46440a6f8220c0996d557f4e77c7b4e33ac3efb
This commit is contained in:
Chih-hung Hsieh
2018-10-22 12:50:59 -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",