kbuild: Remove -Wno-format-invalid-specifier from clang block
authorNathan Chancellor <nathan@kernel.org>
Mon, 16 Aug 2021 20:20:54 +0000 (13:20 -0700)
committerMasahiro Yamada <masahiroy@kernel.org>
Thu, 2 Sep 2021 23:17:20 +0000 (08:17 +0900)
commita312b60d6c4f09cebb727ffab68754fbf39dc1f1
treeefc46ba76c5e6d27a3885e887b6fdc26c2940d65
parente1f86d7b4b2a5213b012c2b4fe3e5b6ad537686e
kbuild: Remove -Wno-format-invalid-specifier from clang block

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>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Makefile