mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 20:59:47 +01:00
Fix unused argument warnings
This commit is contained in:
committed by
Matt Arsenault
parent
e88dc49400
commit
3ebab09ce4
@@ -163,7 +163,7 @@ namespace zmq
|
||||
return false;
|
||||
}
|
||||
|
||||
inline bool message_ready_size (size_t msg_sz)
|
||||
inline bool message_ready_size (size_t /* msg_sz */)
|
||||
{
|
||||
zmq_assert (false);
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user