bt: disable implicit fall through warnings

This commit is contained in:
Ivan Grokhotkov 2018-08-28 18:18:59 +08:00 committed by Anton Maklakov
parent dd5d01a83e
commit 51c9b6b82d

View File

@ -17,6 +17,9 @@ COMPONENT_ADD_LINKER_DEPS := $(patsubst %,$(COMPONENT_PATH)/lib/lib%.a,$(LIBS))
COMPONENT_SUBMODULES += lib
# TODO: annotate fallthroughs in Bluedroid code with comments
CFLAGS += -Wno-implicit-fallthrough
endif