examples/bluetooth: silence unused const variables warnings

This commit is contained in:
Ivan Grokhotkov 2018-08-29 12:59:58 +08:00 committed by Anton Maklakov
parent c2a04f6517
commit 0b35292abe

View file

@ -1,10 +1,5 @@
#
# Main Makefile. This is basically the same as a component makefile.
#
# This Makefile should, at the very least, just include $(SDK_PATH)/make/component_common.mk. By default,
# this will take the sources in the src/ directory, compile them and link them into
# lib(subdirectory_name).a in the build directory. This behaviour is entirely configurable,
# please read the ESP-IDF documents if you need to do this.
#
# include $(IDF_PATH)/make/component_common.mk
hid_device_le_prf.o: CFLAGS += -Wno-unused-const-variable