From dda55731ff59169addb919982ef5646fc373d541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Nohlg=C3=A5rd?= <joakim.nohlgard@eistec.se> Date: Fri, 15 Jun 2018 01:11:26 +0200 Subject: [PATCH] Makefile.include: Remove -Wno-implicit-fallthrough --- Makefile.include | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile.include b/Makefile.include index aa34309140..35edb0c0e9 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. -- GitLab