]> git.baikalelectronics.ru Git - kernel.git/commit
scripts/Makefile.extrawarn: Do not disable clang's -Wformat-zero-length
authorNathan Chancellor <nathan@kernel.org>
Wed, 10 Aug 2022 23:01:33 +0000 (16:01 -0700)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 20 Aug 2022 17:47:48 +0000 (02:47 +0900)
commit485fb8c56376e9adc261b05ee06e3cfacddbc248
tree9ce6f596dfacdaca6effdf9cff0a50eda6f43f99
parent62e1c45f5fd0be3fcffb80e52e6dc5dbaad6fb88
scripts/Makefile.extrawarn: Do not disable clang's -Wformat-zero-length

There are no instances of this warning in the tree across several
difference architectures and configurations. This was added by
commit f0ad154eb997 ("kbuild, LLVMLinux: Supress warnings unless W=1-3")
back in 2014, where it might have been necessary, but there are no
instances of it now so stop disabling it to increase warning coverage
for clang.

Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/Makefile.extrawarn