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

Fix GCC -Wmaybe-uninitialized warnings #80615

Merged

Conversation

akien-mga
Copy link
Member

Raised while working on #80612, not sure if it's because disabling exception handling lets GCC find different warnings, or if it's just due to trigger a full codebase rebuild from scratch and thus not reusing already compiled objects.

@akien-mga akien-mga added bug topic:core topic:buildsystem cherrypick:4.1 Considered for cherry-picking into a future 4.1.x release labels Aug 14, 2023
@akien-mga akien-mga added this to the 4.2 milestone Aug 14, 2023
@akien-mga akien-mga requested review from a team as code owners August 14, 2023 12:35
@akien-mga akien-mga changed the title Fix GCC -Wmaybe-unitialized warnings Fix GCC -Wmaybe-uninitialized warnings Aug 14, 2023
@akien-mga akien-mga changed the title Fix GCC -Wmaybe-uninitialized warnings Fix GCC -Wmaybe-uninitialized warnings Aug 14, 2023
@akien-mga akien-mga merged commit c495eb5 into godotengine:master Aug 14, 2023
15 checks passed
@akien-mga akien-mga deleted the gcc-fix-Wmaybe-uninitialized-warnings branch August 14, 2023 13:33
@YuriSizov
Copy link
Contributor

Cherry-picked for 4.1.2 (except for the navigation tests which aren't present in 4.1).

@YuriSizov YuriSizov removed the cherrypick:4.1 Considered for cherry-picking into a future 4.1.x release label Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants