Get this area compiling with the highest WARNS= that it works with.

Obsolete WFORMAT= junk also removed where possible.

OK'ed by:	obrien
Tested on:	sparc64, alpha, i386
This commit is contained in:
Mark Murray
2003-06-13 07:04:02 +00:00
parent b156281658
commit eac4bdcca4
11 changed files with 7 additions and 18 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ TCSHDIR= ${.CURDIR}/../../contrib/tcsh
PROG= csh
DFLAGS= -D_PATH_TCSHELL='"/bin/${PROG}"'
CFLAGS+= -I. -I${.CURDIR} -I${TCSHDIR} ${DFLAGS}
WARNS= 1
WARNS= 2
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 \