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

CI: set -Wno-error=maybe-uninitialized #215

Merged
merged 1 commit into from
May 28, 2024

Conversation

lazka
Copy link
Member

@lazka lazka commented May 17, 2024

After the update of msys2-w32api from v11.0.1 to current master (and soon to be v12) we get: winsup/cygwin/exceptions.cc:1736:33: error: '' may be used uninitialized [-Werror=maybe-uninitialized]

Ignore it like the rest.

Fixes #214

After the update of msys2-w32api from v11.0.1 to current master (and soon to be v12)
we get: winsup/cygwin/exceptions.cc:1736:33: error: '<anonymous>' may be used uninitialized [-Werror=maybe-uninitialized]

Ignore it like the rest.

Fixes msys2#214
@lazka lazka marked this pull request as draft May 17, 2024 18:00
@jeremyd2019
Copy link
Member

I am curious why this is still a draft/not merged?

@lazka
Copy link
Member Author

lazka commented May 28, 2024

I pinged martin back then to see if this might be a mingw-w64 issue or something, but he didn't respond, so let's just merge it.

@lazka lazka marked this pull request as ready for review May 28, 2024 17:44
@lazka lazka merged commit 3f5eb36 into msys2:msys2-3.5.3 May 28, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

build failure after update to msys2-w32api
2 participants