Commit 155ad802 authored by Stephen Hemminger's avatar Stephen Hemminger

ematch: fix warning about unused input()

Use existing compile flag to indicate that input() is not used
by tc ematch, fixes compiler warning.
parent 5761f04f
......@@ -89,6 +89,7 @@ endif
YACC := bison
LEX := flex
CFLAGS += -DYY_NO_INPUT
MODDESTDIR := $(DESTDIR)$(patsubst /usr%,%,$(LIBDIR))/tc
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment