[openssh-commits] [openssh] branch master updated (62c81ef5 -> 89fc3f41)

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Jul 28 19:50:39 AEST 2020


This is an automated email from the git hooks/post-receive script.

dtucker pushed a change to branch master
in repository openssh.

      from  62c81ef5  Skip ECDSA-SK webauthn test when built w/out ECC
       new  89fc3f41  Use argv in OSSH_CHECK_CFLAG_COMPILE test.

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 89fc3f414be0ce4e8008332a9739a7d721269e50
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Tue Jul 28 19:40:30 2020 +1000

    Use argv in OSSH_CHECK_CFLAG_COMPILE test.
    
    configure.ac is not detecting -Wextra in compilers that implement the
    option. The problem is that -Wextra implies -Wunused-parameter, and the
    C excerpt used by aclocal.m4 does not use argv.  Patch from pedro at
    ambientworks.net, ok djm@

Summary of changes:
 aclocal.m4   | 3 +++
 configure.ac | 1 +
 2 files changed, 4 insertions(+)

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list