mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Downgrade WARNS level until GCC 3.4.2 warning are fixed.
This commit is contained in:
parent
8518a74a8f
commit
a03f8f81b7
2 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue