diff options
author | joerg <joerg> | 2013-12-15 19:36:37 +0000 |
---|---|---|
committer | joerg <joerg> | 2013-12-15 19:36:37 +0000 |
commit | fe2a32a7f839c6efb54b3b686d7711ff27be9ea5 (patch) | |
tree | 21fd3fb3146697838a445556d7c624ab035eb99b /chat | |
parent | 8b82ef901a5757c5b604d9a36a155126e800a9c4 (diff) | |
download | pkgsrc-fe2a32a7f839c6efb54b3b686d7711ff27be9ea5.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 |