test/mesh: remove -Wimplicit-fallthrough as it is clang-only

This commit is contained in:
Matthias Ringwald 2020-03-11 15:59:51 +01:00
parent 3e5c3c5b80
commit 1375370385

View File

@ -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