-
Notifications
You must be signed in to change notification settings - Fork 539
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
Build fail on Ubuntu Noble in g2d.c: last_quadrant
is used unitialized; treat-all-warnings-as-errors
#326
Comments
This should be fixed by #324. I could not reproduce the issue with the 24.04 Docker image. Can you check if the PR solves your issue? |
Can you provide instructions on how to reproduce this? Which CMake generator and compiler are you using? Is this in a Docker container or a "bare metal" installation? |
Hi @christian-rauch, sorry for missing your response. I am glad that you figured it out and thanks for the fix. For me, it was clear from the source code that the |
I could see that it was not initialised too. But I was still curious how to reproduce the error locally as I have seen this issue on other CI pipelines too but I could reproduce this in a Docker container. Anyway, this should now be fixed. |
Build fails because of unitialized variable use:
The text was updated successfully, but these errors were encountered: