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

@@ -136,6 +136,7 @@ bool zmq::xpub_t::xhas_out ()
int zmq::xpub_t::xrecv (msg_t *msg_, int flags_)
{
((void)flags_);
// If there is at least one
if (pending.empty ()) {
errno = EAGAIN;