mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 19:54:32 +02:00
examples/bluetooth: silence unused const variables warnings
This commit is contained in:
committed by
Anton Maklakov
parent
c2a04f6517
commit
0b35292abe
@@ -1,10 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Main Makefile. This is basically the same as a component makefile.
|
# 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
|
||||||
|
Reference in New Issue
Block a user