summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \