We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ab59bf + 1f433a4 commit 17e8499Copy full SHA for 17e8499
init/Kconfig
@@ -151,7 +151,8 @@ config WERROR
151
default COMPILE_TEST
152
help
153
A kernel build should not cause any compiler warnings, and this
154
- enables the '-Werror' flag to enforce that rule by default.
+ enables the '-Werror' (for C) and '-Dwarnings' (for Rust) flags
155
+ to enforce that rule by default.
156
157
However, if you have a new (or very old) compiler with odd and
158
unusual warnings, or you have some architecture with problems,
0 commit comments