]> git.baikalelectronics.ru Git - kernel.git/commit
Kbuild: enable -Wmaybe-uninitialized warnings by default
authorArnd Bergmann <arnd@arndb.de>
Thu, 10 Nov 2016 16:44:54 +0000 (17:44 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 11 Nov 2016 16:45:08 +0000 (08:45 -0800)
commitabbb43f637521c835a75e10b51760cd7f1bb6ee6
tree08e6388b1adec543c87e5b60d4bac5fbfcc7c176
parent069faf0be9abaafd0896b552e9a618a6450c932a
Kbuild: enable -Wmaybe-uninitialized warnings by default

Previously the warnings were added back at the W=1 level and above, this
now turns them on again by default, assuming that we have addressed all
warnings and again have a clean build for v4.10.

I found a number of new warnings in linux-next already and submitted
bugfixes for those.  Hopefully they are caught by the 0day builder in
the future as soon as this patch is merged.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/Makefile.extrawarn