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:
parent
ec51117305
commit
67cbcfb588
@ -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))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user