Re: Linux Warning Report - 5.6-rc3

From: Randy Dunlap
Date: Tue Feb 25 2020 - 22:55:18 EST


On 2/24/20 4:17 PM, Zzy Wysm wrote:
> As of Linux 5.6-rc3, the defconfig still builds with 33 warnings.
>
> Can we get it down to zero by the time 5.6 ships?
>
> zzy
>
>
> zzy@esquivalience:~/linux-5.6-rc3$ make -j4 KCFLAGS="-Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers" > build_log_5.6-rc3


defconfig isn't very interesting IMO. x86_64 allmodconfig has 1103 warnings
when using your KCFLAGS string.
(I am using gcc 7.5.0). What version of gcc are you using?

--
~Randy