Skip to content
Snippets Groups Projects
Commit 67cbcfb5 authored by Jose Alamos's avatar Jose Alamos
Browse files

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

parent ec511173
Branches
No related tags found
No related merge requests found
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment