From 0b35292abe993b156490fdc41f1f53f27634502c Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Wed, 29 Aug 2018 12:59:58 +0800 Subject: [PATCH] examples/bluetooth: silence unused const variables warnings --- examples/bluetooth/ble_hid_device_demo/main/component.mk | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/examples/bluetooth/ble_hid_device_demo/main/component.mk b/examples/bluetooth/ble_hid_device_demo/main/component.mk index 48adb595c..4c0df1103 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