Disable -Wimplicit-fallthrough unless src is fixed.
am: 9d0da0f0a7

Change-Id: Ibb46cb2129b11b25fd98465438435c849242bfe3
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 @@
         -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 \