Skip to content
Snippets Groups Projects
Unverified Commit 278ac297 authored by Joakim Nohlgård's avatar Joakim Nohlgård Committed by GitHub
Browse files

Merge pull request #8603 from kaspar030/disable_fallthrough_warning

make: always set -Wno-implicit-fallthrough
parents 490a72ee 1c091cc4
No related branches found
No related tags found
No related merge requests found
...@@ -132,6 +132,9 @@ ifeq ($(WPEDANTIC),1) ...@@ -132,6 +132,9 @@ ifeq ($(WPEDANTIC),1)
CFLAGS += -Wpedantic -pedantic-errors CFLAGS += -Wpedantic -pedantic-errors
endif endif
# remove this once codebase is adapted
CFLAGS += -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))
# Provide a shallow sanity check. You cannot call `make` in a module directory. # Provide a shallow sanity check. You cannot call `make` in a module directory.
......
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