We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c111734 commit a3291ffCopy full SHA for a3291ff
1 file changed
crypto/external/bsd/openssh/bin/ssh-keygen/Makefile
@@ -1,4 +1,4 @@
1
-# $NetBSD: Makefile,v 1.10 2023/06/03 09:09:02 lukem Exp $
+# $NetBSD: Makefile,v 1.11 2025/10/15 16:52:59 christos Exp $
2
3
BINDIR= /usr/bin
4
@@ -10,5 +10,6 @@ COPTS.ssh-keygen.c+= -Wno-pointer-sign
10
COPTS.ssh-keygen.c+= ${CC_WNO_FORMAT_TRUNCATION}
11
COPTS.ssh-keygen.c+= -Wno-error=deprecated-declarations
12
COPTS.moduli.c+= -Wno-error=deprecated-declarations
13
+COPTS.ssh-keygen.c+= ${${ACTIVE_CC} == "clang":? -Wno-error=invalid-noreturn :}
14
15
.include <bsd.prog.mk>
0 commit comments