[openssh-commits] [openssh] branch master updated (6b17e128 -> 12af712d)
git+noreply at mindrot.org
git+noreply at mindrot.org
Sun Nov 6 18:52:14 AEDT 2022
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch master
in repository openssh.
from 6b17e128 Fix broken zlib link.
new 40b0a5eb configure.ac: Add <pty.h> include for openpty
new 12af712d configure.ac: Fix -Wstrict-prototypes
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit 12af712d116f42164bcfa56db901d06e4fa27199
Author: Sam James <sam at gentoo.org>
Date: Sun Nov 6 04:52:38 2022 +0000
configure.ac: Fix -Wstrict-prototypes
Clang 16 now warns on this and it'll be removed in C23, so let's
just be future proof. It also reduces noise when doing general
Clang 16 porting work (which is a big job as it is). github PR#355.
Signed-off-by: Sam James <sam at gentoo.org>
commit 40b0a5eb6e3edfa2886b60c09c7803353b0cc7f5
Author: Sam James <sam at gentoo.org>
Date: Sun Nov 6 04:47:35 2022 +0000
configure.ac: Add <pty.h> include for openpty
Another Clang 16ish fix (which makes -Wimplicit-function-declaration
an error by default). github PR#355.
See: 2efd71da49b9cfeab7987058cf5919e473ff466b
See: be197635329feb839865fdc738e34e24afd1fca8
Summary of changes:
configure.ac | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list