From c2a04f6517afd957533c2ddb693c523e0042eb57 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Tue, 7 Aug 2018 20:06:08 +0300 Subject: [PATCH] unity: silence unused const variables warning --- tools/unit-test-app/components/unity/component.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/unit-test-app/components/unity/component.mk b/tools/unit-test-app/components/unity/component.mk index ebd7a7d59b..b0a970453f 100644 --- a/tools/unit-test-app/components/unity/component.mk +++ b/tools/unit-test-app/components/unity/component.mk @@ -1,3 +1,5 @@ # # Component Makefile # + +unity.o: CFLAGS += -Wno-unused-const-variable