From 62a652dc4492a18c86ae1baa8864deeffef12e2a Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 2 May 2003 06:24:51 +0000 Subject: The is_name and is_in_name macros are FUBAR'ed. Due to the use of signed vs. unsigned chars on our various platforms, one gets "warning: comparison is always true due to limited range of data type" from GCC 3.3. --- bin/sh/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') diff --git a/bin/sh/Makefile b/bin/sh/Makefile index 64eb0f0..b707917 100644 --- a/bin/sh/Makefile +++ b/bin/sh/Makefile @@ -21,6 +21,8 @@ LFLAGS= -8 # 8-bit lex scanner for arithmetic CFLAGS+=-DSHELL -I. -I${.CURDIR} # for debug: # CFLAGS+= -g -DDEBUG=2 +WARNS= 0 +WFORMAT=0 .PATH: ${.CURDIR}/bltin \ ${.CURDIR}/../../bin/test -- cgit v1.1