Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/usr.bin/bc Set WARNS explicitly to 0.



details:   https://anonhg.NetBSD.org/src/rev/8c594a5df1eb
branches:  trunk
changeset: 765406:8c594a5df1eb
user:      joerg <joerg%NetBSD.org@localhost>
date:      Wed May 25 15:24:07 2011 +0000

description:
Set WARNS explicitly to 0.

diffstat:

 gnu/usr.bin/bc/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 25cbfbd8604b -r 8c594a5df1eb gnu/usr.bin/bc/Makefile
--- a/gnu/usr.bin/bc/Makefile   Wed May 25 15:17:21 2011 +0000
+++ b/gnu/usr.bin/bc/Makefile   Wed May 25 15:24:07 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index