From a886ff4dbd7078122dfacbfee8c0bd4e94e2e3e2 Mon Sep 17 00:00:00 2001 From: kan Date: Fri, 11 Jul 2003 05:24:32 +0000 Subject: Temporarily turn off -Werror for these components. --- bin/csh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/csh/Makefile') diff --git a/bin/csh/Makefile b/bin/csh/Makefile index 64def18..8b3c2e4 100644 --- a/bin/csh/Makefile +++ b/bin/csh/Makefile @@ -16,7 +16,7 @@ DFLAGS= -D_PATH_TCSHELL='"/rescue/${PROG}"' DFLAGS= -D_PATH_TCSHELL='"/bin/${PROG}"' .endif CFLAGS+= -I. -I${.CURDIR} -I${TCSHDIR} ${DFLAGS} -WARNS= 2 +WARNS= 0 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