Re: [PATCH v2 2/4] tools/nolibc: avoid unused parameter warnings for ENOSYS fallbacks

From: Thomas Weißschuh
Date: Mon Sep 18 2023 - 15:09:58 EST


On 2023-09-18 18:19:15+0200, Willy Tarreau wrote:
> Hi Thomas,
>
> On Sun, Sep 17, 2023 at 05:36:17PM +0200, Thomas Weißschuh wrote:
> > The ENOSYS fallback code does not use its functions parameters.
> > This can lead to compiler warnings about unused parameters.
> >
> > Explicitly avoid these warnings.
> >
> > Signed-off-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>

> [..]

> It's much cleaner like this.
>
> Acked-by: Willy Tarreau <w@xxxxxx>
>
> Feel free to push the whole series to the next branch.

I pushed all three recent series' to the next branch.

Thomas