Bump WARNS to 4 as this seems OK on the alpha now.

This commit is contained in:
dwmalone 2005-01-10 20:22:37 +00:00
parent eda4dfd490
commit cf651884b0

View File

@ -3,6 +3,6 @@
PROG= tail
SRCS= forward.c misc.c read.c reverse.c tail.c
#WARNS?= 4 # XXX: alpha
WARNS?= 4
.include <bsd.prog.mk>