-
Notifications
You must be signed in to change notification settings - Fork 526
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
Errors with -Werror=redundant-decls #2205
Comments
Just install libczmq-dev, no need to build it |
Hi @bluca If you look here, it's all installed via Homebrew and PKG_CHECK_MODULES is used to find it: https://github.com/SentryPeer/SentryPeer/runs/5101350050?check_suite_focus=true#step:3:360 The building and installing of libzcmq is done for me. I don't think that would resolve the -Werror=redundant-decl issue? Thanks. |
Proved this away from my project: all OK:
with
Could this be due to how Homebrew has built czmq I wonder? I'll check with |
Hi all,
I've just brough Zyre into my project and am getting this build error:
https://github.com/SentryPeer/SentryPeer/runs/5101350050?check_suite_focus=true
I've posted here before hand:
https://lists.zeromq.org/pipermail/zeromq-dev/2022-February/033675.html
If I remove
-Werror=redundant-decls
, all is well. clang is fine, it's gcc. What am I doing wrong here as a user?Thanks.
The text was updated successfully, but these errors were encountered: