Downgrade WARNS level until GCC 3.4.2 warning are fixed.

This commit is contained in:
Alexander Kabaev 2004-07-28 06:00:09 +00:00
parent 8518a74a8f
commit a03f8f81b7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132763
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ SRCS= fsdb.c fsdbutil.c \
dir.c ea.c fsutil.c inode.c pass1.c pass1b.c pass2.c pass3.c pass4.c \
pass5.c setup.c utilities.c ffs_subr.c ffs_tables.c
CFLAGS+= -I${.CURDIR}/../fsck_ffs
WARNS?= 0
LDADD= -ledit -ltermcap
DPADD= ${LIBEDIT} ${LIBTERMCAP}
.PATH: ${.CURDIR}/../fsck_ffs ${.CURDIR}/../../sys/ufs/ffs

View File

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