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

@@ -69,6 +69,8 @@ int zmq::sub_t::xsetsockopt (int option_, const void *optval_,
int zmq::sub_t::xsend (msg_t *msg_, int flags_)
{
((void)msg_);
((void)flags_);
// Overload the XSUB's send.
errno = ENOTSUP;
return -1;