forked from espressif/esp-idf
bt: disable implicit fall through warnings
This commit is contained in:
committed by
Anton Maklakov
parent
dd5d01a83e
commit
51c9b6b82d
@@ -17,6 +17,9 @@ COMPONENT_ADD_LINKER_DEPS := $(patsubst %,$(COMPONENT_PATH)/lib/lib%.a,$(LIBS))
|
|||||||
|
|
||||||
COMPONENT_SUBMODULES += lib
|
COMPONENT_SUBMODULES += lib
|
||||||
|
|
||||||
|
# TODO: annotate fallthroughs in Bluedroid code with comments
|
||||||
|
CFLAGS += -Wno-implicit-fallthrough
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user