You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)]]
^
The text was updated successfully, but these errors were encountered:
changed title from "Deprecation warnings on homeberw from cppzmq send and recv functions" to "Deprecation warnings on homebrew from cppzmq send and recv functions"
Original report (archived issue) by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).
There are lots of deprecation warnings on homebrew complaining that
send
andrecv
functions in zmq.hpp (from cppzmq) have been deprecated in some way:The text was updated successfully, but these errors were encountered: