Merge "Add -Wno-error to compile with global -Werror."
diff --git a/qcwcn/wcnss-service/Android.mk b/qcwcn/wcnss-service/Android.mk
index f07102d..53355dc 100644
--- a/qcwcn/wcnss-service/Android.mk
+++ b/qcwcn/wcnss-service/Android.mk
@@ -22,7 +22,7 @@
 LOCAL_SHARED_LIBRARIES += libmdmdetect
 endif #TARGET_USES_QCOM_WCNSS_QMI
 LOCAL_MODULE_TAGS := optional
-LOCAL_CFLAGS += -Wall
+LOCAL_CFLAGS += -Wall -Wno-error
 include $(BUILD_EXECUTABLE)
 endif
 endif # ifneq ($(filter msm8916 msm8909,$(TARGET_BOARD_PLATFORM)),)