Problem: various unused variables warnings

Solution: use LIBZMQ_UNUSED where necessary
This commit is contained in:
Luca Boccassi
2017-08-19 12:18:51 +01:00
parent e81a40b8bd
commit 90b6c102bb
6 changed files with 37 additions and 0 deletions

View File

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