aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2018-09-06 13:59:57 -0700
committerChih-Hung Hsieh <chh@google.com>2018-09-06 13:59:57 -0700
commit9b3aafbf4842510508c2c1b6af1d0f0549c110e9 (patch)
treeb80d5693215bee6a4bfc0c227a6c63dc486e74a2
parent13eed3cb064308d4b534d921a30cad29e7479575 (diff)
downloadstressapptest-9b3aafbf4842510508c2c1b6af1d0f0549c110e9.tar.gz
Suppress -Wimplicit-fallthrough.
-Wimplicit-fallthrough will be enabled globally. Test: build with global -Wimplicit-fallthrough. Change-Id: I1e9bc8ee20e5fbfe03e97c5f7bfc33b743020af1
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 6698cd0..0a6b323 100644
--- a/Android.mk
+++ b/Android.mk
@@ -24,6 +24,7 @@ LOCAL_MODULE_UNSUPPORTED_TARGET_ARCH := mips x86 x86_64
LOCAL_CFLAGS := -DHAVE_CONFIG_H -DANDROID -DNDEBUG -UDEBUG -DCHECKOPTS
LOCAL_CFLAGS += -Wall -Werror -Wno-unused-parameter -Wno-\#warnings
+LOCAL_CFLAGS += -Wno-implicit-fallthrough
LOCAL_CPP_EXTENSION := .cc