pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/xenkernel41 Ignore tautologic pointer checks.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d70abdd0d4cf
branches:  trunk
changeset: 631474:d70abdd0d4cf
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Mar 06 15:45:45 2014 +0000

description:
Ignore tautologic pointer checks.

diffstat:

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

diffs (19 lines):

diff -r 0fbe7f5e5b9c -r d70abdd0d4cf sysutils/xenkernel41/Makefile
--- a/sysutils/xenkernel41/Makefile     Thu Mar 06 15:45:09 2014 +0000
+++ b/sysutils/xenkernel41/Makefile     Thu Mar 06 15:45:45 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2014/02/20 17:37:25 drochner Exp $
+# $NetBSD: Makefile,v 1.34 2014/03/06 15:45:45 joerg Exp $
 
 VERSION=       4.1.6.1
 DISTNAME=      xen-${VERSION}
@@ -37,7 +37,8 @@
 .if !empty(PKGSRC_COMPILER:Mclang)
 EXTRA_CFLAGS+= -Qunused-arguments -no-integrated-as -Wno-error=format \
                -Wno-error=parentheses-equality -Wno-error=enum-conversion \
-               -Wno-error=unused-function
+               -Wno-error=unused-function \
+               -Wno-error=tautological-pointer-compare
 .endif
 
 MAKE_ENV+=     EXTRA_CFLAGS=${EXTRA_CFLAGS:Q}



Home | Main Index | Thread Index | Old Index