Re: [PATCH 10/14] scripts/Makefile.warn: Drop -Wformat handling for clang < 16
From: Nicolas Schier
Date: Tue May 05 2026 - 12:07:45 EST
On Tue, Apr 28, 2026 at 10:59:16PM -0400, Nathan Chancellor wrote:
> Now that the minimum supported version of LLVM for building the kernel
> has been raised to 17.0.1, the block dealing with -Wformat with clang
> prior to 16 can be removed since the condition for its inclusion is
> always false.
>
> Signed-off-by: Nathan Chancellor <nathan@xxxxxxxxxx>
> ---
> scripts/Makefile.warn | 10 ----------
> 1 file changed, 10 deletions(-)
>
Reviewed-by: Nicolas Schier <nsc@xxxxxxxxxx>