From 317aee9760ff5c17ee28fa8839b20e7caca24c6d Mon Sep 17 00:00:00 2001 From: Mark Peek Date: Wed, 24 Jul 2002 22:26:44 +0000 Subject: [PATCH] Remove WARNS and WFORMAT overrides. --- bin/csh/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/csh/Makefile b/bin/csh/Makefile index ccbdb9316f8..121b40d02fb 100644 --- a/bin/csh/Makefile +++ b/bin/csh/Makefile @@ -12,8 +12,6 @@ TCSHDIR= ${.CURDIR}/../../contrib/tcsh PROG= csh DFLAGS= -D_PATH_TCSHELL='"/bin/${PROG}"' CFLAGS+= -I. -I${.CURDIR} -I${TCSHDIR} ${DFLAGS} -WARNS= 0 -WFORMAT=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 \