Makefile.extrawarn: Move sign-compare from W=2 to W=3
authorJoe Perches <joe@perches.com>
Wed, 22 Jul 2020 04:57:43 +0000 (21:57 -0700)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 17 Aug 2020 16:52:08 +0000 (01:52 +0900)
commita97ea93ed5b64704a2171c505355c12ab427b1b1
tree39f23364dbdfbe387be53838c90ca21892163129
parent9123e3a74ec7b934a4a099e98af6a61c2f80bbf5
Makefile.extrawarn: Move sign-compare from W=2 to W=3

This -Wsign-compare compiler warning can be very noisy
and most of the suggested conversions are unnecessary.

Make the warning W=3 so it's described under the
"can most likely be ignored" block.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/Makefile.extrawarn