mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-17 02:23:49 +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
|
# remove this once codebase is adapted
|
||||||
CFLAGS += -Wno-implicit-fallthrough
|
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))
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user