summaryrefslogtreecommitdiff
path: root/sysutils/xenkernel42
diff options
context:
space:
mode:
authorjoerg <joerg>2013-11-07 00:47:39 +0000
committerjoerg <joerg>2013-11-07 00:47:39 +0000
commitf6c3e88c71db3f413f532faf556ed6bd89981837 (patch)
tree16199a84e176874bc718a02c979c035b1c281285 /sysutils/xenkernel42
parent7342c9a48869d389df27bdf013f7b776a1fe3899 (diff)
downloadpkgsrc-f6c3e88c71db3f413f532faf556ed6bd89981837.tar.gz
Catch up with Clang ToT when it comes to various warnings and
unsupported options.
Diffstat (limited to 'sysutils/xenkernel42')
-rw-r--r--sysutils/xenkernel42/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/xenkernel42/Makefile b/sysutils/xenkernel42/Makefile
index 6bd928c9e8f..3571374d855 100644
--- a/sysutils/xenkernel42/Makefile
+++ b/sysutils/xenkernel42/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2013/09/12 23:37:18 prlw1 Exp $
+# $NetBSD: Makefile,v 1.4 2013/11/07 00:47:39 joerg Exp $
#
VERSION= 4.2.3
@@ -31,7 +31,8 @@ MESSAGE_SUBST+= XENKERNELDIR=${XENKERNELDIR}
.include "../../mk/compiler.mk"
.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=parentheses-equality -Wno-error=enum-conversion \
+ -Wno-error=unused-function -Wno-error=unused-const-variable
.endif
MAKE_ENV+= EXTRA_CFLAGS=${EXTRA_CFLAGS:Q}