diff options
author | joerg <joerg@pkgsrc.org> | 2013-12-15 19:36:37 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-12-15 19:36:37 +0000 |
commit | 01863a3a3e20ed27a4b4b77d03fbedf4f25e0993 (patch) | |
tree | 21fd3fb3146697838a445556d7c624ab035eb99b /chat | |
parent | 3a670cc42c2a76cb28c36ffedde900f2d5b1f6f3 (diff) | |
download | pkgsrc-01863a3a3e20ed27a4b4b77d03fbedf4f25e0993.tar.gz |
Don't panic about unused functions.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/telepathy-gabble/Makefile | 6 |
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 |