pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/telepathy-gabble Don't panic about unused functions.
details: https://anonhg.NetBSD.org/pkgsrc/rev/612e9aede770
branches: trunk
changeset: 627803:612e9aede770
user: joerg <joerg%pkgsrc.org@localhost>
date: Sun Dec 15 19:36:37 2013 +0000
description:
Don't panic about unused functions.
diffstat:
chat/telepathy-gabble/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r a95f22451c89 -r 612e9aede770 chat/telepathy-gabble/Makefile
--- a/chat/telepathy-gabble/Makefile Sun Dec 15 19:36:02 2013 +0000
+++ b/chat/telepathy-gabble/Makefile Sun Dec 15 19:36:37 2013 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index