summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LibParameter.mk1
-rw-r--r--LibRemoteProcessor.mk2
-rw-r--r--TestPlatform.mk2
3 files changed, 4 insertions, 1 deletions
diff --git a/LibParameter.mk b/LibParameter.mk
index 42084d5..b648f09 100644
--- a/LibParameter.mk
+++ b/LibParameter.mk
@@ -136,6 +136,7 @@ LOCAL_CFLAGS := -Wall -Werror
LOCAL_CPPFLAGS := \
-frtti -fexceptions \
-Wno-instantiation-after-specialization \
+ -Wno-implicit-fallthrough \
LOCAL_STATIC_LIBRARIES := \
libpfw_utility$(SUFFIX) \
diff --git a/LibRemoteProcessor.mk b/LibRemoteProcessor.mk
index 320857d..90a344e 100644
--- a/LibRemoteProcessor.mk
+++ b/LibRemoteProcessor.mk
@@ -65,3 +65,5 @@ LOCAL_CFLAGS := \
-isystem $(LOCAL_PATH)/asio/include
endif #ifeq ($(PFW_NETWORKING),false)
+
+LOCAL_CFLAGS += -Wno-implicit-fallthrough
diff --git a/TestPlatform.mk b/TestPlatform.mk
index 82d0842..66861b5 100644
--- a/TestPlatform.mk
+++ b/TestPlatform.mk
@@ -61,4 +61,4 @@ LOCAL_CFLAGS := \
endif #ifeq ($(PFW_NETWORKING),false)
-LOCAL_CFLAGS += -Wall -Werror
+LOCAL_CFLAGS += -Wall -Werror -Wno-implicit-fallthrough