disable WARNS for now (3rd-party code)
This commit is contained in:
parent
fb35254e19
commit
31f40d5207
|
@ -1,5 +1,5 @@
|
||||||
# from: @(#)Makefile 5.4 (Berkeley) 6/24/90
|
# from: @(#)Makefile 5.4 (Berkeley) 6/24/90
|
||||||
# $NetBSD: Makefile,v 1.15 1997/03/24 21:59:41 christos Exp $
|
# $NetBSD: Makefile,v 1.16 1997/10/19 03:54:42 lukem Exp $
|
||||||
#
|
#
|
||||||
# By default, flex will be configured to generate 8-bit scanners only if the
|
# By default, flex will be configured to generate 8-bit scanners only if the
|
||||||
# -8 flag is given. If you want it to always generate 8-bit scanners, add
|
# -8 flag is given. If you want it to always generate 8-bit scanners, add
|
||||||
|
@ -12,6 +12,7 @@
|
||||||
#
|
#
|
||||||
# To bootstrap lex, cp initscan.c to scan.c and run make.
|
# To bootstrap lex, cp initscan.c to scan.c and run make.
|
||||||
|
|
||||||
|
WARNS= 0
|
||||||
PROG= lex
|
PROG= lex
|
||||||
CFLAGS+=-I. -I${.CURDIR}
|
CFLAGS+=-I. -I${.CURDIR}
|
||||||
SRCS= ccl.c dfa.c ecs.c gen.c main.c misc.c nfa.c parse.c sym.c tblcmp.c \
|
SRCS= ccl.c dfa.c ecs.c gen.c main.c misc.c nfa.c parse.c sym.c tblcmp.c \
|
||||||
|
|
Loading…
Reference in New Issue