[openssh-commits] [openssh] branch V_9_1 updated (7848e8bf -> 2efd71da)
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Oct 14 07:42:16 AEDT 2022
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch V_9_1
in repository openssh.
from 7848e8bf Test commits to all branches of portable.
new 2efd71da 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 2efd71da49b9cfeab7987058cf5919e473ff466b
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