Skip to content
Snippets Groups Projects
Unverified Commit 2d6f34d1 authored by Alexandre Abadie's avatar Alexandre Abadie Committed by GitHub
Browse files

Merge pull request #8617 from jia200x/pr/cxxflags

make: add flag for no-implicit-fallthrough in CXXFLAGS
parents bc9fb40c 67cbcfb5
No related branches found
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.
Finish editing this message first!
Please register or to comment