summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-12-15 19:36:37 +0000
committerjoerg <joerg@pkgsrc.org>2013-12-15 19:36:37 +0000
commit614979f083583e0139237cf31f1d347fd8c97f61 (patch)
tree21fd3fb3146697838a445556d7c624ab035eb99b /chat
parent2adaae10d70bfe115f74f4730fe0f2f4cf99ffc5 (diff)
downloadpkgsrc-614979f083583e0139237cf31f1d347fd8c97f61.tar.gz
Don't panic about unused functions.
Diffstat (limited to 'chat')
-rw-r--r--chat/telepathy-gabble/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/chat/telepathy-gabble/Makefile b/chat/telepathy-gabble/Makefile
index f7f14b94258..4e5b3d2d897 100644
--- a/chat/telepathy-gabble/Makefile
+++ b/chat/telepathy-gabble/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2013/10/19 09:07:00 adam Exp $
+# $NetBSD: Makefile,v 1.34 2013/12/15 19:36:37 joerg Exp $
#
DISTNAME= telepathy-gabble-0.11.10
@@ -20,7 +20,9 @@ CONFIGURE_ENV+= UUID_CFLAGS=" " UUID_LIBS=" "
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
-CFLAGS+= -Wno-error=deprecated-declarations -Wno-error=tautological-constant-out-of-range-compare
+CFLAGS+= -Wno-error=deprecated-declarations \
+ -Wno-error=tautological-constant-out-of-range-compare \
+ -Wno-error=unused-function
.endif
# see pkgsrc/security/mozilla-rootcerts