From 7ffed5b360a7debf9b32d181824552d32d5bb3bb Mon Sep 17 00:00:00 2001 From: le Date: Sat, 3 Apr 2004 22:26:43 +0000 Subject: Temporarily go back to WARNS=0 until I can figure out what's breaking the {powerpc, sparc64, ia64} tinderboxes. Sorry for the noise. :-( --- sbin/growfs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/growfs') diff --git a/sbin/growfs/Makefile b/sbin/growfs/Makefile index 21b5596..d6ddfd5 100644 --- a/sbin/growfs/Makefile +++ b/sbin/growfs/Makefile @@ -10,7 +10,7 @@ PROG= growfs SRCS= growfs.c MAN= growfs.8 -WARNS?= 6 +WARNS?= 0 .if defined(GFSDBG) SRCS+= debug.c -- cgit v1.1