It seems growfs(8) is now WARNS?=6 safe.

Tested on:	alpha, i386, ia64, sparc64
This commit is contained in:
mux 2004-04-03 23:56:24 +00:00
parent 1b636819c2
commit dc5a9ee4a5

View File

@ -10,7 +10,7 @@ PROG= growfs
SRCS= growfs.c
MAN= growfs.8
WARNS?= 0
WARNS?= 6
.if defined(GFSDBG)
SRCS+= debug.c