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

libm/newlib: remove -Wno-maybe-uninitialized #14101

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

XuNeo
Copy link
Contributor

Note: Please adhere to Contributing Guidelines.

Summary

Remove not needed warning suppression.

Since there's no warning presents now.

Impact

No impact, CI check will confirm if there's warnings.

Testing

Tested with internal CI and reports no warnings.

Since there's no warning presents now.

Signed-off-by: xuxingliang <[email protected]>
@github-actions github-actions bot added Area: OS Components OS Components issues Size: XS The size of the change in this PR is very small labels Oct 11, 2024
@fjpanag
Copy link
Contributor

fjpanag commented Oct 11, 2024

What's wrong with keeping the warning enabled? It may be useful in the future.

@xiaoxiang781216
Copy link
Contributor

What's wrong with keeping the warning enabled? It may be useful in the future.

why? it is always good to clear the warning as much as possible.

Copy link
Contributor Author

What's wrong with keeping the warning enabled? It may be useful in the future.

Hi, This PR does exactly keep warning enabled, instead of suppress those warnings.

@xiaoxiang781216
Copy link
Contributor

let's ignore macOS ci temp break.

@xiaoxiang781216 xiaoxiang781216 merged commit b9adff0 into apache:master Oct 11, 2024
35 of 37 checks passed
@fjpanag
Copy link
Contributor

fjpanag commented Oct 11, 2024

What's wrong with keeping the warning enabled? It may be useful in the future.

Hi, This PR does exactly keep warning enabled, instead of suppress those warnings.

Sorry, read it quickly and confused that it does the opposite.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: OS Components OS Components issues Size: XS The size of the change in this PR is very small
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants