Skip to content
Snippets Groups Projects
Commit 5d0ec913 authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by android-build-merger
Browse files

Merge "Suppress -Wimplicit-fallthrough."

am: 0f483fa3

Change-Id: I923c6b38bb0a2b4e6378e4e4f25a1aa706ffe6df
parents 08e28047 0f483fa3
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,8 @@ cc_library {
cflags: [
"-Wall",
"-Werror",
"-Wno-implicit-fallthrough",
// tinyxml2.cpp line 436, 441, 446 have -Wimplicit-fallthrough.
],
shared_libs: ["liblog"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment