summaryrefslogtreecommitdiffstats
path: root/bin/sh/Makefile
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>2007-11-18 01:53:07 +0000
committerjb <jb@FreeBSD.org>2007-11-18 01:53:07 +0000
commite14c498cfa6d5238a4bd07f36e48f48f211de745 (patch)
treeabc75b39854d7fe9b937087fa00396ee0fe7f27c /bin/sh/Makefile
parentb8e21e06c55834d72ea80921d32d1b355729bf96 (diff)
downloadFreeBSD-src-e14c498cfa6d5238a4bd07f36e48f48f211de745.zip
FreeBSD-src-e14c498cfa6d5238a4bd07f36e48f48f211de745.tar.gz
Reduce the WARNS level to avoid a compiler warning about a variable
possibly being clobbered by a longjmp or a fork with gcc4.
Diffstat (limited to 'bin/sh/Makefile')
-rw-r--r--bin/sh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/Makefile b/bin/sh/Makefile
index 9baa955..337264b 100644
--- a/bin/sh/Makefile
+++ b/bin/sh/Makefile
@@ -22,7 +22,7 @@ LFLAGS= -8 # 8-bit lex scanner for arithmetic
CFLAGS+=-DSHELL -I. -I${.CURDIR}
# for debug:
# CFLAGS+= -g -DDEBUG=2
-WARNS?= 3
+WARNS?= 2
WFORMAT=0
.PATH: ${.CURDIR}/bltin \
OpenPOWER on IntegriCloud