Re: [PATCH 1/3] kbuild: Remove -Wno-format-invalid-specifier from clang block
From: Masahiro Yamada <masahiroy@kernel.org>
Date: 2021-08-19 00:17:06
Also in:
lkml
From: Masahiro Yamada <masahiroy@kernel.org>
Date: 2021-08-19 00:17:06
Also in:
lkml
On Tue, Aug 17, 2021 at 5:21 AM Nathan Chancellor [off-list ref] wrote:
Turning on -Wformat does not reveal any instances of this warning across
several different builds so remove this line to keep the number of
disabled warnings as slim as possible.
This has been disabled since commit 61163efae020 ("kbuild: LLVMLinux:
Add Kbuild support for building kernel with Clang"), which does not
explain exactly why it was turned off but since it was so long ago in
terms of both the kernel and LLVM so it is possible that some bug got
fixed along the way.
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
---All applied to linux-kbuild. Thanks. -- Best Regards Masahiro Yamada