mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-02 05:46:24 +01:00
Problem: various unused variables warnings
Solution: use LIBZMQ_UNUSED where necessary
This commit is contained in:
@@ -86,6 +86,8 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#define LIBZMQ_UNUSED(object) (void)object
|
||||
|
||||
// Bounce a message from client to server and back
|
||||
// For REQ/REP or DEALER/DEALER pairs only
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user