[PATCH] remove stray `;` after function definitions

Damien Miller djm at mindrot.org
Thu Feb 6 11:57:15 AEDT 2020


On Wed, 5 Feb 2020, Michael Forney wrote:

> Hi Damien,
> 
> On 11/27/19, Michael Forney <mforney at mforney.org> wrote:
> > This can be caught with -Wpedantic, which seems to catch a few more
> > instances of this, as well as passing non-void pointers to printf for
> > the `%p` format specifier. Patches attached for these.
> 
> Any issues with these three patches?

Sorry for letting these slip.

I've imported the MAKE_CLONE one. I'll look at fixing the %p warning
after release, probably by removing all the %p formats :)

The RB_GENERATE_STATIC one I'll also look at after release, by syncing
openbsd-compat/sys-tree.h with upstream as that has already fixed the
same problem.

-d


More information about the openssh-unix-dev mailing list