summaryrefslogtreecommitdiffstats
path: root/sbin/growfs
diff options
context:
space:
mode:
authorle <le@FreeBSD.org>2004-04-03 22:26:43 +0000
committerle <le@FreeBSD.org>2004-04-03 22:26:43 +0000
commit7ffed5b360a7debf9b32d181824552d32d5bb3bb (patch)
tree332801cad42c0fe4ea998546879e50f3f99f1eb4 /sbin/growfs
parent238ada9c745fd1a908039eb3538666a116d96ac0 (diff)
downloadFreeBSD-src-7ffed5b360a7debf9b32d181824552d32d5bb3bb.zip
FreeBSD-src-7ffed5b360a7debf9b32d181824552d32d5bb3bb.tar.gz
Temporarily go back to WARNS=0 until I can figure out what's breaking
the {powerpc, sparc64, ia64} tinderboxes. Sorry for the noise. :-(
Diffstat (limited to 'sbin/growfs')
-rw-r--r--sbin/growfs/Makefile2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud