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

Deprecation warnings on homebrew from cppzmq send and recv functions #111

Open
osrf-migration opened this issue Aug 6, 2019 · 4 comments
Labels
macOS macOS support

Comments

@osrf-migration
Copy link

Original report (archived issue) by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).


There are lots of deprecation warnings on homebrew complaining that send and recv functions in zmq.hpp (from cppzmq) have been deprecated in some way:

Build Status https://build.osrfoundation.org/view/os_homebrew/job/ignition_transport-ci-ign-transport7-homebrew-amd64/6/warnings10Result/

src/Node.cc:635:14: warning: 'send' is deprecated: from 4.3.1, use send taking message_t and send_flags [-Wdeprecated-declarations]
      socket.send(msg, ZMQ_SNDMORE);
             ^
/usr/local/include/zmq.hpp:1189:5: note: 'send' has been explicitly marked deprecated here
    ZMQ_DEPRECATED("from 4.3.1, use send taking message_t and send_flags")
    ^
/usr/local/include/zmq.hpp:41:31: note: expanded from macro 'ZMQ_DEPRECATED'
#define ZMQ_DEPRECATED(msg) [[deprecated(msg)]]
                              ^
@osrf-migration
Copy link
Author

Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).


  • changed title from "Deprecation warnings on homeberw from cppzmq send and recv functions" to "Deprecation warnings on homebrew from cppzmq send and recv functions"

@osrf-migration
Copy link
Author

Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).


The send and recv functions were modified in the following cppzmq pull request:

@osrf-migration
Copy link
Author

Original comment by Carlos Agüero (Bitbucket: caguero, GitHub: caguero).


See pull request #397.

@osrf-migration
Copy link
Author

Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).


See pull request #438

@osrf-migration osrf-migration added major bug Something isn't working labels Apr 15, 2020
@chapulina chapulina removed the major label May 25, 2020
@chapulina chapulina added macOS macOS support and removed bug Something isn't working labels Jul 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
macOS macOS support
Projects
None yet
Development

No branches or pull requests

2 participants