Makefile.include: Remove -Wno-implicit-fallthrough
This commit is contained in:
parent
9e5dd332cf
commit
dda55731ff
@ -141,10 +141,6 @@ ifeq ($(WPEDANTIC),1)
|
|||||||
CFLAGS += -Wpedantic
|
CFLAGS += -Wpedantic
|
||||||
endif
|
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))
|
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.
|
# Provide a shallow sanity check. You cannot call `make` in a module directory.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user