fix warn unused

This commit is contained in:
niXman
2012-02-10 13:39:34 +04:00
parent 40052c1251
commit 7b7d404269
22 changed files with 48 additions and 2 deletions

View File

@@ -148,6 +148,7 @@ bool zmq::pipe_t::read (msg_t *msg_)
bool zmq::pipe_t::check_write (msg_t *msg_)
{
((void)msg_);
if (unlikely (!out_active || state != active))
return false;