]> granicus.if.org Git - esp-idf/commitdiff
examples/bluetooth: silence unused const variables warnings
authorIvan Grokhotkov <ivan@espressif.com>
Wed, 29 Aug 2018 04:59:58 +0000 (12:59 +0800)
committerAnton Maklakov <anton@espressif.com>
Thu, 20 Sep 2018 10:53:14 +0000 (18:53 +0800)
examples/bluetooth/ble_hid_device_demo/main/component.mk

index 48adb595ca0fc689618484720f0e2dd087cb8469..4c0df110355fcac2e57b0991060831cbcd738bdc 100644 (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