diff options
author | Alexander Kabaev <kan@FreeBSD.org> | 2004-07-28 06:00:09 +0000 |
---|---|---|
committer | Alexander Kabaev <kan@FreeBSD.org> | 2004-07-28 06:00:09 +0000 |
commit | a03f8f81b7cfce3935baf7686514258e38e696fa (patch) | |
tree | df6c84e264306828cbbd9d13abee10ab407e1bcf /sbin/fsdb/Makefile | |
parent | 8518a74a8f1a532d3b7e0e3616bea24303493f88 (diff) | |
download | src-a03f8f81b7cfce3935baf7686514258e38e696fa.tar.gz src-a03f8f81b7cfce3935baf7686514258e38e696fa.zip |
Downgrade WARNS level until GCC 3.4.2 warning are fixed.
Notes
Notes:
svn path=/head/; revision=132763
Diffstat (limited to 'sbin/fsdb/Makefile')
-rw-r--r-- | sbin/fsdb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/fsdb/Makefile b/sbin/fsdb/Makefile index d205e274e2de..9c1ccda34cbe 100644 --- a/sbin/fsdb/Makefile +++ b/sbin/fsdb/Makefile @@ -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 |