[openssh-commits] [openssh] branch master updated (c64b6233 -> 5eb796a3)
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Oct 14 07:41:44 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 c64b6233 skip bsd-poll.h if poll.h found; ok dtucker
new 5eb796a3 Fix snprintf configure test for clang 15
The 1 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 5eb796a369c64f18d55a6ae9b1fa9b35eea237fb
Author: Harmen Stoppels <harmenstoppels at gmail.com>
Date: Thu Oct 13 16:08:46 2022 +0200
Fix snprintf configure test for clang 15
Clang 15 -Wimplicit-int defaults to an error in C99 mode and above.
A handful of tests have "main(..." and not "int main(..." which caused
the tests to produce incorrect results.
Summary of changes:
configure.ac | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list