pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/xenkernel41 Ignore use of always non-null poi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7165be18b54e
branches:  trunk
changeset: 643141:7165be18b54e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Dec 11 22:15:30 2014 +0000

description:
Ignore use of always non-null pointers as truth value.

diffstat:

 sysutils/xenkernel41/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r d52020b1727e -r 7165be18b54e sysutils/xenkernel41/Makefile
--- a/sysutils/xenkernel41/Makefile     Thu Dec 11 22:14:50 2014 +0000
+++ b/sysutils/xenkernel41/Makefile     Thu Dec 11 22:15:30 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2014/11/27 15:36:01 bouyer Exp $
+# $NetBSD: Makefile,v 1.42 2014/12/11 22:15:30 joerg Exp $
 
 VERSION=       4.1.6.1
 DISTNAME=      xen-${VERSION}
@@ -38,7 +38,8 @@
 EXTRA_CFLAGS+= -Qunused-arguments -no-integrated-as -Wno-error=format \
                -Wno-error=parentheses-equality -Wno-error=enum-conversion \
                -Wno-error=unused-function \
-               -Wno-error=tautological-pointer-compare
+               -Wno-error=tautological-pointer-compare \
+               -Wno-error=pointer-bool-conversion
 .endif
 
 MAKE_ENV+=     EXTRA_CFLAGS=${EXTRA_CFLAGS:Q}



Home | Main Index | Thread Index | Old Index