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@weissschuh.net
[..]
It's much cleaner like this.
Acked-by: Willy Tarreau w@1wt.eu
Feel free to push the whole series to the next branch.
I pushed all three recent series' to the next branch.
Thomas