rename ZMQ_UNUSED macro to LIBZMQ_UNUSED

This commit is contained in:
reza.ebrahimi
2015-08-22 00:31:25 +04:30
parent b07b1e270e
commit 63260d8701
12 changed files with 23 additions and 20 deletions

View File

@@ -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_);