summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-03-06 15:45:45 +0000
committerjoerg <joerg@pkgsrc.org>2014-03-06 15:45:45 +0000
commit0f91d092aa58de6ea9c9d0f51b51ceb2f53aa42a (patch)
tree32ffcb47f9d8235fcdee9a2db7fb81470d652db6 /sysutils
parent00e572defa84973b4b309b4a49b5b703bff11fe4 (diff)
downloadpkgsrc-0f91d092aa58de6ea9c9d0f51b51ceb2f53aa42a.tar.gz
Ignore tautologic pointer checks.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/xenkernel41/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/xenkernel41/Makefile b/sysutils/xenkernel41/Makefile
index 9343a79407f..07c299c7aaa 100644
--- a/sysutils/xenkernel41/Makefile
+++ b/sysutils/xenkernel41/Makefile
@@ -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 @@ MESSAGE_SUBST+= XENKERNELDIR=${XENKERNELDIR:Q}
.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}