pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/ham/xlog Ignore unknown warnings and deprecation attri...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4fe1d12f1028
branches:  trunk
changeset: 345854:4fe1d12f1028
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Dec 19 22:18:17 2019 +0000

description:
Ignore unknown warnings and deprecation attributes with clang.

diffstat:

 ham/xlog/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 571211eab7c2 -r 4fe1d12f1028 ham/xlog/Makefile
--- a/ham/xlog/Makefile Thu Dec 19 22:17:33 2019 +0000
+++ b/ham/xlog/Makefile Thu Dec 19 22:18:17 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2019/11/03 19:32:08 rillig Exp $
+# $NetBSD: Makefile,v 1.83 2019/12/19 22:18:17 joerg Exp $
 #
 
 DISTNAME=      xlog-2.0.17
@@ -22,8 +22,8 @@
 .include "../../mk/compiler.mk"
 .if !empty(PKGSRC_COMPILER:Mclang)
 BUILDLINK_TRANSFORM+=  rm:-Wno-unused-but-set-variable
-_WRAP_EXTRA_ARGS.CC+=  -Wno-error=parentheses-equality -Wno-error=tautological-compare
-CWRAPPERS_APPEND.cc+=  -Wno-error=parentheses-equality -Wno-error=tautological-compare
+_WRAP_EXTRA_ARGS.CC+=  -Wno-error=parentheses-equality -Wno-error=tautological-compare -Wno-unknown-warning-option -Wno-deprecated-declarations
+CWRAPPERS_APPEND.cc+=  -Wno-error=parentheses-equality -Wno-error=tautological-compare -Wno-unknown-warning-option -Wno-deprecated-declarations
 .endif
 
 .include "../../databases/shared-mime-info/buildlink3.mk"



Home | Main Index | Thread Index | Old Index