Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external/bsd/openssh/lib Workaround build failure due...
details: https://anonhg.NetBSD.org/src/rev/40aeeb9868d8
branches: trunk
changeset: 969749:40aeeb9868d8
user: mgorny <mgorny%NetBSD.org@localhost>
date: Sat Feb 29 20:44:15 2020 +0000
description:
Workaround build failure due to -Werror=format-nonliteral
Reviewed by kamil.
diffstat:
crypto/external/bsd/openssh/lib/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r 7c12b237e765 -r 40aeeb9868d8 crypto/external/bsd/openssh/lib/Makefile
--- a/crypto/external/bsd/openssh/lib/Makefile Sat Feb 29 20:39:09 2020 +0000
+++ b/crypto/external/bsd/openssh/lib/Makefile Sat Feb 29 20:44:15 2020 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.31 2020/02/27 00:24:40 christos Exp $
+# $NetBSD: Makefile,v 1.32 2020/02/29 20:44:15 mgorny Exp $
.include <bsd.own.mk>
.include "../Makefile.inc"
CWARNFLAGS.clang+= -Wno-error=sizeof-array-div
+CWARNFLAGS.clang+= -Wno-error=format-nonliteral
LIB= ssh
SRCS=\
addrmatch.c \
Home |
Main Index |
Thread Index |
Old Index