mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-28 19:52:00 +01:00
fix warn unused
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user