]> git.baikalelectronics.ru Git - kernel.git/commit
Enable '-Werror' by default for all kernel builds
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 5 Sep 2021 18:24:05 +0000 (11:24 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 5 Sep 2021 18:24:05 +0000 (11:24 -0700)
commit13d0907b5ba06b4b6c1c1601ab8754be34f7c3c4
tree3a0ad37eae9ad7e872af6d631431384e0c6e7a37
parent3bc6b121e975d5ce05eeb7ac7f84941f481b3ed3
Enable '-Werror' by default for all kernel builds

... but make it a config option so that broken environments can disable
it when required.

We really should always have a clean build, and will disable specific
over-eager warnings as required, if we can't fix them.  But while I
fairly religiously enforce that in my own tree, it doesn't get enforced
by various build robots that don't necessarily report warnings.

So this just makes '-Werror' a default compiler flag, but allows people
to disable it for their configuration if they have some particular
issues.

Occasionally, new compiler versions end up enabling new warnings, and it
can take a while before we have them fixed (or the warnings disabled if
that is what it takes), so the config option allows for that situation.

Hopefully this will mean that I get fewer pull requests that have new
warnings that were not noticed by various automation we have in place.

Knock wood.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Makefile
init/Kconfig