mirror of
https://github.com/espressif/esp-idf
synced 2025-04-17 04:00:09 -04:00
7 lines
104 B
Makefile
7 lines
104 B
Makefile
#
|
|
# Component Makefile
|
|
#
|
|
|
|
ifeq ($(GCC_NOT_5_2_0), 1)
|
|
unity.o: CFLAGS += -Wno-unused-const-variable
|
|
endif |