pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/converters/libwps Continue on unused constants for Clang.
details: https://anonhg.NetBSD.org/pkgsrc/rev/137affca9961
branches: trunk
changeset: 624722:137affca9961
user: joerg <joerg%pkgsrc.org@localhost>
date: Sun Sep 29 10:17:34 2013 +0000
description:
Continue on unused constants for Clang.
diffstat:
converters/libwps/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 38c5ac218f3e -r 137affca9961 converters/libwps/Makefile
--- a/converters/libwps/Makefile Sun Sep 29 08:34:02 2013 +0000
+++ b/converters/libwps/Makefile Sun Sep 29 10:17:34 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2012/10/20 22:04:50 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2013/09/29 10:17:34 joerg Exp $
DISTNAME= libwps-0.2.4
CATEGORIES= converters
@@ -19,7 +19,7 @@
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
-_WRAP_EXTRA_ARGS.CXX+= -Wno-unused-private-field
+_WRAP_EXTRA_ARGS.CXX+= -Wno-unused-private-field -Wno-unused-const-variable
.endif
.include "../../converters/libwpd/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index