pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/libcassandra Don't bail out on unused local ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86ba6b5600b8
branches:  trunk
changeset: 639667:86ba6b5600b8
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Sep 22 11:52:18 2014 +0000

description:
Don't bail out on unused local typedefs. Bump revision.

diffstat:

 databases/libcassandra/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r dda3895d6ac5 -r 86ba6b5600b8 databases/libcassandra/Makefile
--- a/databases/libcassandra/Makefile   Mon Sep 22 11:51:14 2014 +0000
+++ b/databases/libcassandra/Makefile   Mon Sep 22 11:52:18 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2014/08/13 10:57:34 adam Exp $
+# $NetBSD: Makefile,v 1.26 2014/09/22 11:52:18 joerg Exp $
 #
 
 DISTNAME=              libcassandra-20101010
@@ -36,7 +36,7 @@
 
 .include "../../mk/compiler.mk"
 .if !empty(PKGSRC_COMPILER:Mclang)
-CXXFLAGS+=     -Wno-c++11-extensions
+CXXFLAGS+=     -Wno-c++11-extensions -Wno-error=unused-local-typedef
 .endif
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index