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