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/37cd9c8d643c
branches:  trunk
changeset: 745363:37cd9c8d643c
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 ab2915353c1f -r 37cd9c8d643c 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