summaryrefslogtreecommitdiff
path: root/emulators/tme
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-09-23 10:03:40 +0000
committerjoerg <joerg@pkgsrc.org>2013-09-23 10:03:40 +0000
commitec1ee060665be1861838737ca12ce435ec102e32 (patch)
tree9dc90aeb810b1cde856460c2e58c4c2c9f3ae594 /emulators/tme
parent8cccb5177a99007555142c760895b73181f8b2a2 (diff)
downloadpkgsrc-ec1ee060665be1861838737ca12ce435ec102e32.tar.gz
Don't bother with unused functions for Clang.
Diffstat (limited to 'emulators/tme')
-rw-r--r--emulators/tme/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/tme/Makefile b/emulators/tme/Makefile
index 1eb8ad1678e..3c074829b79 100644
--- a/emulators/tme/Makefile
+++ b/emulators/tme/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2013/09/02 19:51:03 adam Exp $
+# $NetBSD: Makefile,v 1.44 2013/09/23 10:03:40 joerg Exp $
#
DISTNAME= tme-0.8
@@ -25,7 +25,8 @@ BUILDLINK_DEPMETHOD.libXt?= build
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
_WRAP_EXTRA_ARGS.CC+= -Wno-error=tautological-compare \
- -Wno-error=sometimes-uninitialized
+ -Wno-error=sometimes-uninitialized \
+ -Wno-error=unused-function
.endif