pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/bossa Don't bail out on unused local typedefs wi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/95ed5e130809
branches:  trunk
changeset: 639664:95ed5e130809
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Sep 22 11:49:42 2014 +0000

description:
Don't bail out on unused local typedefs with clang.

diffstat:

 cross/bossa/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1b28166a4992 -r 95ed5e130809 cross/bossa/Makefile
--- a/cross/bossa/Makefile      Mon Sep 22 10:49:57 2014 +0000
+++ b/cross/bossa/Makefile      Mon Sep 22 11:49:42 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2014/05/05 00:47:42 ryoon Exp $
+# $NetBSD: Makefile,v 1.6 2014/09/22 11:49:42 joerg Exp $
 
 PKGNAME=       bossa-20140109
 DISTNAME=      b-o-s-s-a-code-05bfcc39bc0453c3028b1161175b95a81af7a901
@@ -25,7 +25,7 @@
 
 .include "../../mk/compiler.mk"
 .if !empty(PKGSRC_COMPILER:Mclang)
-CXXFLAGS+=     -Wno-error=tautological-compare
+CXXFLAGS+=     -Wno-error=tautological-compare -Wno-error=unused-local-typedef
 .endif
 
 .include "../../devel/readline/buildlink3.mk"



Home | Main Index | Thread Index | Old Index