pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/wm/fluxconf Ignore deprecation with clang.
details: https://anonhg.NetBSD.org/pkgsrc/rev/55028dd0358e
branches: trunk
changeset: 406448:55028dd0358e
user: joerg <joerg%pkgsrc.org@localhost>
date: Sat Dec 21 23:48:26 2019 +0000
description:
Ignore deprecation with clang.
diffstat:
wm/fluxconf/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 259578246bf3 -r 55028dd0358e wm/fluxconf/Makefile
--- a/wm/fluxconf/Makefile Sat Dec 21 23:48:08 2019 +0000
+++ b/wm/fluxconf/Makefile Sat Dec 21 23:48:26 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2019/07/21 22:25:51 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2019/12/21 23:48:26 joerg Exp $
#
DISTNAME= fluxconf-0.9.9
@@ -19,8 +19,8 @@
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
-_WRAP_EXTRA_ARGS.CC+= -Wno-error=invalid-source-encoding -Wno-error=format-security -Wno-error=self-assign
-CWRAPPERS_APPEND.cc+= -Wno-error=invalid-source-encoding -Wno-error=format-security -Wno-error=self-assign
+_WRAP_EXTRA_ARGS.CC+= -Wno-error=invalid-source-encoding -Wno-error=format-security -Wno-error=self-assign -Wno-error=deprecated-declarations
+CWRAPPERS_APPEND.cc+= -Wno-error=invalid-source-encoding -Wno-error=format-security -Wno-error=self-assign -Wno-error=deprecated-declarations
.elif !empty(PKGSRC_COMPILER:Mgcc)
_WRAP_EXTRA_ARGS.CC+= -Wno-error=unused-but-set-parameter -Wno-error=unused-but-set-variable
CWRAPPERS_APPEND.cc+= -Wno-error=unused-but-set-parameter -Wno-error=unused-but-set-variable
Home |
Main Index |
Thread Index |
Old Index