diff --git a/Makefile.include b/Makefile.include index aa343091409cd9378e5c6e5f45d0d7f343d5bc87..35edb0c0e96689ef53b598852ef5364d6bc5ce79 100644 --- a/Makefile.include +++ b/Makefile.include @@ -141,10 +141,6 @@ ifeq ($(WPEDANTIC),1) CFLAGS += -Wpedantic 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)) # Provide a shallow sanity check. You cannot call `make` in a module directory.