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:
parent
5761f04fb8
commit
155ad8023b
|
|
@ -89,6 +89,7 @@ endif
|
|||
|
||||
YACC := bison
|
||||
LEX := flex
|
||||
CFLAGS += -DYY_NO_INPUT
|
||||
|
||||
MODDESTDIR := $(DESTDIR)$(patsubst /usr%,%,$(LIBDIR))/tc
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue