From cf651884b038cf522d0ea3ba26641afbcfc06f6c Mon Sep 17 00:00:00 2001 From: dwmalone Date: Mon, 10 Jan 2005 20:22:37 +0000 Subject: Bump WARNS to 4 as this seems OK on the alpha now. --- usr.bin/tail/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin') diff --git a/usr.bin/tail/Makefile b/usr.bin/tail/Makefile index 9c55635..c816693 100644 --- a/usr.bin/tail/Makefile +++ b/usr.bin/tail/Makefile @@ -3,6 +3,6 @@ PROG= tail SRCS= forward.c misc.c read.c reverse.c tail.c -#WARNS?= 4 # XXX: alpha +WARNS?= 4 .include -- cgit v1.1