Fix unused argument warnings

This commit is contained in:
Matt Arsenault
2013-01-01 03:26:31 -05:00
committed by Matt Arsenault
parent e88dc49400
commit 3ebab09ce4
3 changed files with 12 additions and 6 deletions

View File

@@ -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;