summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2018-10-29 14:40:30 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-10-29 14:40:30 -0700
commite5d14ea059cbe849230372f4824329c2224146e0 (patch)
tree0b71c9fd458e7b441005b6a96dd519b445acf241
parentfc6e97611e98aa88d829ad0ee19c56168884c818 (diff)
parent6a4ba47bb6a138eaded009bd79d07e73e54fd399 (diff)
downloadipacfg-mgr-e5d14ea059cbe849230372f4824329c2224146e0.tar.gz
Allow implicit-fallthrough warnings in IPACM_Main.cpp. am: 10e9835d0c am: d8e80683be
am: 6a4ba47bb6 Change-Id: I562563baed42f42fa4b1b8eab7fe052158e8d504
-rw-r--r--ipacm/src/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/ipacm/src/Android.mk b/ipacm/src/Android.mk
index 269df4a..bb915e2 100644
--- a/ipacm/src/Android.mk
+++ b/ipacm/src/Android.mk
@@ -33,6 +33,9 @@ LOCAL_CFLAGS += $(shell if [ -a $(filetoadd) ] ; then echo -include $(filetoadd)
filetoadd = bionic/libc/kernel/arch-arm/asm/byteorder.h
LOCAL_CFLAGS += $(shell if [ -a $(filetoadd) ] ; then echo -include $(filetoadd) ; fi ;)
+# Allow warnings in IPACM_Main.cpp until they are fixed.
+LOCAL_CFLAGS += -Wno-error=implicit-fallthrough
+
LOCAL_SRC_FILES := IPACM_Main.cpp \
IPACM_EvtDispatcher.cpp \
IPACM_Config.cpp \