-
Notifications
You must be signed in to change notification settings - Fork 745
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
GCC maybe-uninitialized failure #6779
Comments
@tlively you know that code best - any ideas? |
Looks like another false positive we could work around with a pragma. Maybe we should just consider turning off this warning globally? |
I think this warning is sometimes helpful, so I'd lean towards finding a reasonable workaround in the code, or using a pragma. |
smoser
added a commit
to smoser/binaryen
that referenced
this issue
Sep 6, 2024
This probably isn't the ideal solution but it did allow me to get binaryen building with gcc 14.2. Fixes: WebAssembly#6779
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to compile binaryen 118 with gcc 14.1.0 and run into this error
-Wno-maybe-uninitialized
helps to work around itThe text was updated successfully, but these errors were encountered: