From 9bb7fb74d1c16b096bf1753ef0429c85eb933304 Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 2 May 2003 06:39:13 +0000 Subject: Make this WARNS=1 as that is all we can do with GCC 3.3 -- too many sized/unsigned comparisons. --- bin/csh/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/csh') 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 \ -- cgit v1.1