mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make this WARNS=1 as that is all we can do with GCC 3.3 -- too many
sized/unsigned comparisons.
This commit is contained in:
parent
4fe0d77843
commit
be8930b3ec
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ TCSHDIR= ${.CURDIR}/../../contrib/tcsh
|
|||
PROG= csh
|
||||
DFLAGS= -D_PATH_TCSHELL='"/bin/${PROG}"'
|
||||
CFLAGS+= -I. -I${.CURDIR} -I${TCSHDIR} ${DFLAGS}
|
||||
WARNS= 1
|
||||
SRCS= sh.c sh.dir.c sh.dol.c sh.err.c sh.exec.c sh.char.c \
|
||||
sh.exp.c sh.file.c sh.func.c sh.glob.c sh.hist.c sh.init.c \
|
||||
sh.lex.c sh.misc.c sh.parse.c sh.print.c sh.proc.c sh.sem.c \
|
||||
|
|
|
|||
Loading…
Reference in a new issue