]> granicus.if.org Git - esp-idf/commitdiff
unity: silence unused const variables warning
authorIvan Grokhotkov <ivan@espressif.com>
Tue, 7 Aug 2018 17:06:08 +0000 (20:06 +0300)
committerAnton Maklakov <anton@espressif.com>
Thu, 20 Sep 2018 10:53:14 +0000 (18:53 +0800)
tools/unit-test-app/components/unity/component.mk

index ebd7a7d59b4ee85137851d0ab93ad96e9e72adff..b0a970453f156c69c349d63031c8530a2dbfab3e 100644 (file)
@@ -1,3 +1,5 @@
 #
 # Component Makefile
 #
+
+unity.o: CFLAGS += -Wno-unused-const-variable