mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-18 19:21:54 +00:00
test/mesh: remove -Wimplicit-fallthrough as it is clang-only
This commit is contained in:
parent
3e5c3c5b80
commit
1375370385
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user