mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-20 15:26:43 +01:00
Downgrade WARNS level until GCC 3.4.2 warning are fixed.
This commit is contained in:
parent
8518a74a8f
commit
a03f8f81b7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132763
@ -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
|
||||
|
@ -10,7 +10,7 @@ PROG= growfs
|
||||
SRCS= growfs.c
|
||||
MAN= growfs.8
|
||||
|
||||
WARNS?= 6
|
||||
WARNS?= 0
|
||||
|
||||
.if defined(GFSDBG)
|
||||
SRCS+= debug.c
|
||||
|
Loading…
Reference in New Issue
Block a user