Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop disabling CONFIG_WERROR on x86_64 #385

Merged

Conversation

nathanchance
Copy link
Member

x86_64 all{mod,yes}config are now -Werror clean on 5.15, stable (5.18),
mainline (5.19-rc5), and next-20220705. Turn this on so we can catch new
warnings easier.

Closes: #245

x86_64 all{mod,yes}config are now -Werror clean on 5.15, stable (5.18),
mainline (5.19-rc5), and next-20220705. Turn this on so we can catch new
warnings easier.

Closes: ClangBuiltLinux#245
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Copy link
Member

@nickdesaulniers nickdesaulniers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM; thanks! 🌵 📴

@nathanchance nathanchance merged commit ed12c14 into ClangBuiltLinux:main Jul 6, 2022
@nathanchance nathanchance deleted the enable-werror-x86_64 branch July 6, 2022 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Turn on CONFIG_WERROR for x86_64
2 participants