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 use of ZMQ's deprecated send() and recv() functions #27

Closed
edalm opened this issue May 14, 2020 · 0 comments · Fixed by #28
Closed

Fix use of ZMQ's deprecated send() and recv() functions #27

edalm opened this issue May 14, 2020 · 0 comments · Fixed by #28

Comments

@edalm
Copy link

edalm commented May 14, 2020

There is a compilation warning triggered by the use of the ZMQ's send() and recv() deprecated functions. Since most compilers now treat warnings as errors, this issue does not allow the compilation of the ns3-gym module.

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 a pull request may close this issue.

1 participant