]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
scripts/Makefile.warn: Drop -Wformat handling for clang < 16
authorNathan Chancellor <nathan@kernel.org>
Sun, 17 May 2026 23:05:13 +0000 (13:05 -1000)
committerNathan Chancellor <nathan@kernel.org>
Wed, 27 May 2026 22:20:05 +0000 (15:20 -0700)
commit2a35c63c6bc420df8d9b3daa5e2339233787f67c
tree19cfac36888f2b22ab4808d6e53c31128bca404e
parent7e279976cf2a233b875cc22108b26476bdf70b51
scripts/Makefile.warn: Drop -Wformat handling for clang < 16

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.

Reviewed-by: Nicolas Schier <nsc@kernel.org>
Link: https://patch.msgid.link/20260517-bump-minimum-supported-llvm-version-to-17-v2-10-b3b8cda46bdd@kernel.org
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
scripts/Makefile.warn