Allow implicit-fallthrough warnings in IPACM_Main.cpp. am: 10e9835d0c am: d8e80683be
am: 6a4ba47bb6
Change-Id: I562563baed42f42fa4b1b8eab7fe052158e8d504
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 @@
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 \