summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjoerg <joerg>2014-03-06 15:45:45 +0000
committerjoerg <joerg>2014-03-06 15:45:45 +0000
commit32a7402dc98544e3d9024cf0f1ddc7151f1ec4d7 (patch)
tree32ffcb47f9d8235fcdee9a2db7fb81470d652db6 /sysutils
parent7cfd1de77fa5a2946e1a6ab5bad7b313cf69e404 (diff)
downloadpkgsrc-32a7402dc98544e3d9024cf0f1ddc7151f1ec4d7.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}