mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -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 |