From e14c498cfa6d5238a4bd07f36e48f48f211de745 Mon Sep 17 00:00:00 2001 From: jb Date: Sun, 18 Nov 2007 01:53:07 +0000 Subject: Reduce the WARNS level to avoid a compiler warning about a variable possibly being clobbered by a longjmp or a fork with gcc4. --- bin/sh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/sh') 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 \ -- cgit v1.1