From 67cbcfb588d6e26ff4d989379bbb889897788c07 Mon Sep 17 00:00:00 2001 From: Jose Alamos Date: Thu, 22 Feb 2018 14:28:22 +0100 Subject: [PATCH] make: add flag for no-implicit-fallthrough in CXXFLAGS --- Makefile.include | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.include b/Makefile.include index 74e9f4db58..6d08a9ad8f 100644 --- a/Makefile.include +++ b/Makefile.include @@ -134,6 +134,7 @@ endif # remove this once codebase is adapted CFLAGS += -Wno-implicit-fallthrough +CXXFLAGS += -Wno-implicit-fallthrough ifneq (10,$(if ${RIOT_VERSION},1,0)$(if ${__RIOTBUILD_FLAG},1,0))