pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/libwpd libwpd: Add -Wno-tautological-type-l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/122745d1613e
branches:  trunk
changeset: 374884:122745d1613e
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Jan 30 23:37:10 2018 +0000

description:
libwpd: Add -Wno-tautological-type-limit-compare for clang.

diffstat:

 converters/libwpd/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d109a03bb6ba -r 122745d1613e converters/libwpd/Makefile
--- a/converters/libwpd/Makefile        Tue Jan 30 23:24:29 2018 +0000
+++ b/converters/libwpd/Makefile        Tue Jan 30 23:37:10 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2018/01/01 21:18:07 adam Exp $
+# $NetBSD: Makefile,v 1.42 2018/01/30 23:37:10 jperkin Exp $
 
 DISTNAME=      libwpd-0.10.1
 PKGREVISION=   5
@@ -28,6 +28,7 @@
 .if !empty(PKGSRC_COMPILER:Mclang)
 _WRAP_EXTRA_ARGS.CXX+= -Wno-unused-private-field
 CWRAPPERS_APPEND.cxx+= -Wno-unused-private-field
+CWRAPPERS_APPEND.cxx+= -Wno-tautological-type-limit-compare
 .endif
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index