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

This commit is contained in:
David Malone 2005-01-10 20:22:37 +00:00
parent d0990ea900
commit 06256619a5

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>