Module Name:    src
Committed By:   joerg
Date:           Wed May 25 15:24:07 UTC 2011

Modified Files:
        src/gnu/usr.bin/bc: Makefile

Log Message:
Set WARNS explicitly to 0.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/gnu/usr.bin/bc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.bin/bc/Makefile
diff -u src/gnu/usr.bin/bc/Makefile:1.26 src/gnu/usr.bin/bc/Makefile:1.27
--- src/gnu/usr.bin/bc/Makefile:1.26	Wed Feb  3 15:34:39 2010
+++ src/gnu/usr.bin/bc/Makefile	Wed May 25 15:24:07 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.26 2010/02/03 15:34:39 roy Exp $
+#	$NetBSD: Makefile,v 1.27 2011/05/25 15:24:07 joerg Exp $
 
 .include <bsd.own.mk>
 
@@ -13,6 +13,8 @@
 DPADD+=		${LIBL} ${LIBEDIT} ${LIBTERMINFO}
 YHEADER=1
 
+WARNS?=		0	# pointer sign issues
+
 TEXINFO=	bc.texi
 
 .PATH: ${DIST}/bc/bc ${DIST}/bc/lib ${DIST}/bc/doc

Reply via email to