-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
Warning: "‘lo’ may be used uninitialized in this function" in math_fsum
in mathmodule.c
#100873
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
Comments
This is a false positive; definitely not a bug, but there may be something we can do to silence the warning. |
If it's a false positive, could casting to |
The simple and quick fix would be to initialise So I think initialising |
…ing in `mathmodule.c` (#100881)
Looks like that after 87d3bd0 we got a new warning:

Linked PRs
mathmodule.c
#100881The text was updated successfully, but these errors were encountered: