summaryrefslogtreecommitdiffstats
path: root/bin/csh
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-05-02 06:39:13 +0000
committerobrien <obrien@FreeBSD.org>2003-05-02 06:39:13 +0000
commit9bb7fb74d1c16b096bf1753ef0429c85eb933304 (patch)
treefad043a2afa6a4242357d697601d44032a86de44 /bin/csh
parent3bcdc44d524b6773b10b3208fda38aef0396fdf6 (diff)
downloadFreeBSD-src-9bb7fb74d1c16b096bf1753ef0429c85eb933304.zip
FreeBSD-src-9bb7fb74d1c16b096bf1753ef0429c85eb933304.tar.gz
Make this WARNS=1 as that is all we can do with GCC 3.3 -- too many
sized/unsigned comparisons.
Diffstat (limited to 'bin/csh')
-rw-r--r--bin/csh/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/csh/Makefile b/bin/csh/Makefile
index 121b40d..e5d4ec1 100644
--- a/bin/csh/Makefile
+++ b/bin/csh/Makefile
@@ -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 \
OpenPOWER on IntegriCloud