1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-12 14:29:28 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132761

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