Downgrade WARNS level until GCC 3.4.2 warning have been fixed.

This commit is contained in:
Alexander Kabaev 2004-07-28 05:57:48 +00:00
parent dd86691ec8
commit bcd5ceac59

View File

@ -8,7 +8,7 @@ MAN= fsck_ffs.8
MLINKS= fsck_ffs.8 fsck_ufs.8 fsck_ffs.8 fsck_4.2bsd.8
SRCS= dir.c ea.c fsutil.c inode.c main.c pass1.c pass1b.c pass2.c pass3.c \
pass4.c pass5.c setup.c utilities.c ffs_subr.c ffs_tables.c
WARNS?= 2
WARNS?= 0
CFLAGS+= -I${.CURDIR}
.PATH: ${.CURDIR}/../../sys/ufs/ffs