svn commit: r193831 - stable/7/bin/sh
Dag-Erling Smorgrav
des at FreeBSD.org
Tue Jun 9 14:07:31 UTC 2009
Author: des
Date: Tue Jun 9 14:07:29 2009
New Revision: 193831
URL: http://svn.freebsd.org/changeset/base/193831
Log:
merge r173718: reduce WARNS due to too many "variable might be clobbered
by longjmp" false positives.
Modified:
stable/7/bin/sh/ (props changed)
stable/7/bin/sh/Makefile
Modified: stable/7/bin/sh/Makefile
==============================================================================
--- stable/7/bin/sh/Makefile Tue Jun 9 13:50:16 2009 (r193830)
+++ stable/7/bin/sh/Makefile Tue Jun 9 14:07:29 2009 (r193831)
@@ -22,7 +22,7 @@ LFLAGS= -8 # 8-bit lex scanner for arith
CFLAGS+=-DSHELL -I. -I${.CURDIR}
# for debug:
# CFLAGS+= -g -DDEBUG=2
-WARNS?= 3
+WARNS?= 2
WFORMAT=0
.PATH: ${.CURDIR}/bltin \
More information about the svn-src-stable
mailing list