-
Notifications
You must be signed in to change notification settings - Fork 2
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
Allow some warnings when building libgcc #36
Conversation
561e36f
to
f77a0fb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix!
My only concern is that we'll never remove -Wno-error=unused-parameter -Wno-error=missing-prototypes -Wno-error=unused-function
even if upstream will fix them. Imo creating a mechanism that will remind us e.g. by failing pipeline if these are not needed anymore is too complicated for a little benefit. What about at least creating an issue for that?
7033fb0
to
645fe76
Compare
be82394
to
90ef413
Compare
a1ad6dc
to
f26aa22
Compare
a83b9a4
to
cbc273b
Compare
f26aa22
to
45afdd2
Compare
Recent GCC commit 71c7b44 added
-Werror
when building libgcc. This PR allows some warnings to pass the build. I suppose most of them will be fixed upstream soon except of Windows-on-ARM-Experiments/mingw-woarm64-build#216.Tested by https://github.com/Windows-on-ARM-Experiments/mingw-woarm64-build/actions/runs/11446540006