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 uninitialized variable in Image::fix_alpha_edges() #84173

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

fire
Copy link
Member

@fire fire commented Oct 30, 2023

core\io\image.cpp:3776:33: error: 'closest_color[0]' may be used uninitialized [-Werror=maybe-uninitialized]

https://github.com/V-Sekai/godot/actions/runs/6687763423/job/18168929852

image

@fire fire requested a review from a team as a code owner October 30, 2023 05:55
`core\io\image.cpp:3776:33: error: 'closest_color[0]' may be used uninitialized [-Werror=maybe-uninitialized]`
@akien-mga akien-mga changed the title Fix uninitialized variable in Image::fix_alpha_edges() Fix uninitialized variable in Image::fix_alpha_edges() Oct 30, 2023
@akien-mga akien-mga added this to the 4.3 milestone Oct 30, 2023
@akien-mga akien-mga modified the milestones: 4.3, 4.2 Oct 30, 2023
@akien-mga akien-mga merged commit 563e0eb into godotengine:master Oct 30, 2023
15 checks passed
@akien-mga
Copy link
Member

Thanks!

@fire fire deleted the initialize-colours branch October 30, 2023 19:48
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.

2 participants