This now passes a make universe with WARNS=6.

This commit is contained in:
David Malone 2010-01-08 11:16:58 +00:00
parent d594463f1b
commit a095a78a13
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201784

View File

@ -5,6 +5,4 @@ PROG= ctags
SRCS= C.c ctags.c fortran.c lisp.c print.c tree.c yacc.c
CFLAGS+=-I${.CURDIR}
WARNS?= 1
.include <bsd.prog.mk>