summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2018-10-29 14:22:22 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-10-29 14:22:22 -0700
commitd8e80683be5d6b13b7c2b86a0c21ae4cad741c95 (patch)
treeb8a55376d028540bf238b9672566368736a60996
parent89c726ecaf0ca80bd5e7a95506156ee621cda5e6 (diff)
parent10e9835d0c370f84124427312fddc164d4a71a5a (diff)
downloadipacfg-mgr-d8e80683be5d6b13b7c2b86a0c21ae4cad741c95.tar.gz
Allow implicit-fallthrough warnings in IPACM_Main.cpp.
am: 10e9835d0c Change-Id: Iafa19075364cd147c88f7c4d754f76a05ad326ae
-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 596e040..49285c5 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 \