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

make: add flag for no-implicit-fallthrough in CXXFLAGS

This commit is contained in:
Jose Alamos 2018-02-22 14:28:22 +01:00
parent ec51117305
commit 67cbcfb588

View File

@ -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))