From 155ad8023b2be449752e396306fb67785fb1ba8d Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Tue, 3 Jan 2012 13:55:59 -0800 Subject: [PATCH] ematch: fix warning about unused input() Use existing compile flag to indicate that input() is not used by tc ematch, fixes compiler warning. --- tc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tc/Makefile b/tc/Makefile index 00abb7f..a3d270d 100644 --- a/tc/Makefile +++ b/tc/Makefile @@ -89,6 +89,7 @@ endif YACC := bison LEX := flex +CFLAGS += -DYY_NO_INPUT MODDESTDIR := $(DESTDIR)$(patsubst /usr%,%,$(LIBDIR))/tc -- 2.39.2