Skip to content
Snippets Groups Projects
Commit f6dd7be1 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh
Browse files

Suppress -Wimplicit-fallthrough.

-Wimplicit-fallthrough will be enabled globally.

Test: build with global -Wimplicit-fallthrough.
Change-Id: I02e0bda3386cd2e48e4178083f2194a662b66d0f
parent dd7a9809
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