1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

make: always set -Wno-implicit-fallthrough

This commit is contained in:
Kaspar Schleiser 2018-02-20 15:45:18 +01:00
parent 26ad044e12
commit 1c091cc462

View File

@ -132,6 +132,9 @@ ifeq ($(WPEDANTIC),1)
CFLAGS += -Wpedantic -pedantic-errors
endif
# remove this once codebase is adapted
CFLAGS += -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.