Re: [PATCH] tools/nolibc: Fix warnings in ctype.h

From: Willy Tarreau
Date: Mon Jul 17 2023 - 03:38:00 EST


Hello,

On Mon, Jul 17, 2023 at 03:18:50PM +0800, shijie001@xxxxxxxxxx wrote:
> The following checkpatch warnings are removed:
> WARNING: __always_unused or __maybe_unused is preferred over
> __attribute__((__unused__))

Thanks but that's userland code, which doesn't have access to the kernel
macros, hence this usage.

Regards,
willy