summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2019-04-29 13:41:14 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-04-29 13:41:14 -0700
commita3faccfc3185f87a5356ec39154b7ec23005cfda (patch)
tree914e8e81d05db00ecc1fa29c1e84189646f52b73
parent644ce1d7415430f775f99cfe2aa0ab3ad4090071 (diff)
parentf7b1189fef3e49012aa9ddb0ec01cbb85992a569 (diff)
downloadipacfg-mgr-a3faccfc3185f87a5356ec39154b7ec23005cfda.tar.gz
Disable -Wimplicit-fallthrough unless src is fixed. am: 9d0da0f0a7
am: f7b1189fef Change-Id: I100a544f3587d9f83e299f1716416c9df432b865
-rw-r--r--msm8998/ipacm/src/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/msm8998/ipacm/src/Android.mk b/msm8998/ipacm/src/Android.mk
index f569c35..57097c9 100644
--- a/msm8998/ipacm/src/Android.mk
+++ b/msm8998/ipacm/src/Android.mk
@@ -52,7 +52,7 @@ LOCAL_CFLAGS += \
-Wno-writable-strings \
# Allow implicit fallthroughs in IPACM_Main.cpp until they are fixed.
-LOCAL_CFLAGS += -Wno-error=implicit-fallthrough
+LOCAL_CFLAGS += -Wno-implicit-fallthrough
LOCAL_SRC_FILES := IPACM_Main.cpp \
IPACM_EvtDispatcher.cpp \