ematch: fix warning about unused input()

Use existing compile flag to indicate that input() is not used
by tc ematch, fixes compiler warning.
This commit is contained in:
Stephen Hemminger 2012-01-03 13:55:59 -08:00
parent 5761f04fb8
commit 155ad8023b
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ endif
YACC := bison
LEX := flex
CFLAGS += -DYY_NO_INPUT
MODDESTDIR := $(DESTDIR)$(patsubst /usr%,%,$(LIBDIR))/tc