From 6572cd297b653161530ede9050b8e7f49d41abd7 Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Tue, 4 Sep 2018 15:55:06 -0700 Subject: Suppress -Wimplicit-fallthrough. -Wimplicit-fallthrough will be enabled globally. Test: build with global -Wimplicit-fallthrough. Change-Id: I546476b2bfa61ac2305f39cd3940f72eb4d34575 --- Android.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.mk b/Android.mk index fe8970b..1ca997d 100644 --- a/Android.mk +++ b/Android.mk @@ -68,6 +68,7 @@ LOCAL_CFLAGS := $(LOCAL_C_INCLUDES:%=-I%) LOCAL_CFLAGS += \ -Wall -Werror \ + -Wno-implicit-fallthrough \ -Wno-sizeof-pointer-memaccess \ -Wno-deprecated-register \ -Wno-sign-compare \ -- cgit v1.2.3