From: Ivan Grokhotkov Date: Wed, 29 Aug 2018 04:59:58 +0000 (+0800) Subject: examples/bluetooth: silence unused const variables warnings X-Git-Tag: v3.2-beta1~124^2~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0b35292abe993b156490fdc41f1f53f27634502c;p=esp-idf examples/bluetooth: silence unused const variables warnings --- diff --git a/examples/bluetooth/ble_hid_device_demo/main/component.mk b/examples/bluetooth/ble_hid_device_demo/main/component.mk index 48adb595ca..4c0df11035 100644 --- a/examples/bluetooth/ble_hid_device_demo/main/component.mk +++ b/examples/bluetooth/ble_hid_device_demo/main/component.mk @@ -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