diff --git a/Makefile.include b/Makefile.include
index 74e9f4db58844079f4576d9b75c8614432bd0905..6d08a9ad8f7f72b8a2bd4a7157320264982e88b4 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))