From 1375370385f98d47d70075f47641c046e6db988e Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Wed, 11 Mar 2020 15:59:51 +0100 Subject: [PATCH] test/mesh: remove -Wimplicit-fallthrough as it is clang-only --- test/mesh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mesh/Makefile b/test/mesh/Makefile index 4601e63ad..e15aeeb8e 100644 --- a/test/mesh/Makefile +++ b/test/mesh/Makefile @@ -40,7 +40,7 @@ CFLAGS += -g -DUNIT_TEST -Wall \ CFLAGS += -fprofile-arcs -ftest-coverage -fsanitize=address,undefined -CFLAGS += -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wunused-parameter -Wredundant-decls -Wsign-compare -Wimplicit-fallthrough +CFLAGS += -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wunused-parameter -Wredundant-decls -Wsign-compare VPATH += ${BTSTACK_ROOT}/3rd-party/rijndael VPATH += ${BTSTACK_ROOT}/src/mesh