diff options
author | le <le@FreeBSD.org> | 2004-04-03 22:26:43 +0000 |
---|---|---|
committer | le <le@FreeBSD.org> | 2004-04-03 22:26:43 +0000 |
commit | 7ffed5b360a7debf9b32d181824552d32d5bb3bb (patch) | |
tree | 332801cad42c0fe4ea998546879e50f3f99f1eb4 | |
parent | 238ada9c745fd1a908039eb3538666a116d96ac0 (diff) | |
download | FreeBSD-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. :-(
-rw-r--r-- | sbin/growfs/Makefile | 2 |
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 |