summaryrefslogtreecommitdiff
path: root/sysutils/xentools41
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-09-27 11:35:07 +0000
committerjoerg <joerg@pkgsrc.org>2013-09-27 11:35:07 +0000
commitd13e01774855ed1881623c5757526c360074898b (patch)
treebb420e95d07d7c357b4d5e7b46a974f896879801 /sysutils/xentools41
parent51cf47d5897dac0adf70eb65acdb44e6b94c91eb (diff)
downloadpkgsrc-d13e01774855ed1881623c5757526c360074898b.tar.gz
Make -Wunused-function non-fatal for clang.
Diffstat (limited to 'sysutils/xentools41')
-rw-r--r--sysutils/xentools41/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xentools41/Makefile b/sysutils/xentools41/Makefile
index 7557b32101c..d689c3a930e 100644
--- a/sysutils/xentools41/Makefile
+++ b/sysutils/xentools41/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2013/09/11 18:00:33 drochner Exp $
+# $NetBSD: Makefile,v 1.37 2013/09/27 11:35:07 joerg Exp $
#
# VERSION is set in version.mk as it is shared with other packages
.include "version.mk"
@@ -182,7 +182,7 @@ EXTRA_HOSTCFLAGS+= -Wno-error=ignored-attributes
EXTRA_CFLAGS+= -Wno-error=ignored-attributes -no-integrated-as \
-Wno-error=tautological-compare -Wno-error=null-dereference \
-Wno-error=empty-body -Wno-error=self-assign \
- -Wno-error=sometimes-uninitialized
+ -Wno-error=sometimes-uninitialized -Wno-error=unused-function
.endif
MAKE_ENV+= EXTRA_HOSTCFLAGS=${EXTRA_HOSTCFLAGS:Q} EXTRA_CFLAGS=${EXTRA_CFLAGS:Q}