summaryrefslogtreecommitdiffstats
path: root/bin/csh
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2003-06-13 07:04:02 +0000
committermarkm <markm@FreeBSD.org>2003-06-13 07:04:02 +0000
commitaafc494847b97917d46fce44c7f5fce27242fe82 (patch)
tree1de4f9e75145b5952e3d782745a8d16b88850ed5 /bin/csh
parent6f638a74384903948dbaa4df249d983cc56be75c (diff)
downloadFreeBSD-src-aafc494847b97917d46fce44c7f5fce27242fe82.zip
FreeBSD-src-aafc494847b97917d46fce44c7f5fce27242fe82.tar.gz
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
Diffstat (limited to 'bin/csh')
-rw-r--r--bin/csh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/csh/Makefile b/bin/csh/Makefile
index ffd511d..228125d 100644
--- a/bin/csh/Makefile
+++ b/bin/csh/Makefile
@@ -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 \
OpenPOWER on IntegriCloud