-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Compilation fails with gcc 14+ #4753
Comments
I have the same issue, compiling for x64 on Windows.
My solution was to stick to the latest stable release in my CMake configuration. FetchContent_Declare(libzmq
GIT_REPOSITORY https://github.com/zeromq/libzmq
GIT_TAG 622fc6dde99ee172ebaa9c8628d85a7a1995a21d # release-4.3.5
)
FetchContent_MakeAvailable(libzmq) |
Fixed in #4757 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is an issue since #4734 was merged.
The variable needs to be zero-initialized before the goto at the very least.
The text was updated successfully, but these errors were encountered: