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

-Wmaybe-uninitialized when compiling on Raspberry Pi 3 #179

Closed
LizardLad opened this issue Apr 22, 2018 · 1 comment
Closed

-Wmaybe-uninitialized when compiling on Raspberry Pi 3 #179

LizardLad opened this issue Apr 22, 2018 · 1 comment

Comments

@LizardLad
Copy link

In the file src/e_lgamma_r.c gcc thinks that nadj is uninitialised. This can be fixed by changing line 208 to double t, y, z, nadj = 0, p, p1, p2, p3, q, r, w;

@ViralBShah
Copy link
Member

It is not being used without initializing, so safe to ignore. Or submit a PR if you don't want to see the warning. :-)

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

No branches or pull requests

2 participants