mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-27 11:06:52 +01:00
rename ZMQ_UNUSED macro to LIBZMQ_UNUSED
This commit is contained in:
@@ -66,7 +66,7 @@ zmq::router_t::~router_t ()
|
||||
|
||||
void zmq::router_t::xattach_pipe (pipe_t *pipe_, bool subscribe_to_all_)
|
||||
{
|
||||
ZMQ_UNUSED(subscribe_to_all_);
|
||||
LIBZMQ_UNUSED(subscribe_to_all_);
|
||||
|
||||
zmq_assert (pipe_);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user