summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2018-10-29 14:31:18 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-10-29 14:31:18 -0700
commit6a4ba47bb6a138eaded009bd79d07e73e54fd399 (patch)
tree286925d1981af86a84110d7f9e8c8660e8081bf7
parent6c3324a3b48c7b535ddfd5f864abfbfe18d58b1f (diff)
parentd8e80683be5d6b13b7c2b86a0c21ae4cad741c95 (diff)
downloadipacfg-mgr-6a4ba47bb6a138eaded009bd79d07e73e54fd399.tar.gz
Allow implicit-fallthrough warnings in IPACM_Main.cpp. am: 10e9835d0c
am: d8e80683be Change-Id: Iebcf55fc9ce28cadba69059fc27a261c098cc6b5
-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 \