diff options
author | Mark Murray <markm@FreeBSD.org> | 2003-06-13 07:04:02 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 2003-06-13 07:04:02 +0000 |
commit | eac4bdcca45c5d9ed3b70b8feae2bf7167b20fc6 (patch) | |
tree | 1de4f9e75145b5952e3d782745a8d16b88850ed5 /bin/csh/Makefile | |
parent | b156281658faa286ccc8fb23e28c18b71b14e749 (diff) |
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
Notes
Notes:
svn path=/head/; revision=116282
Diffstat (limited to 'bin/csh/Makefile')
-rw-r--r-- | bin/csh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/csh/Makefile b/bin/csh/Makefile index ffd511d14711..228125df409b 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 \ |