mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-27 19:10:22 +01:00
place a ZMQ_UNUSED macro and replace all unused variables with ZMQ_UNUSED macro
This commit is contained in:
@@ -493,6 +493,12 @@ ZMQ_EXPORT void *zmq_threadstart (zmq_thread_fn* func, void* arg);
|
||||
ZMQ_EXPORT void zmq_threadclose (void* thread);
|
||||
|
||||
|
||||
/******************************************************************************/
|
||||
/* 0MQ General */
|
||||
/******************************************************************************/
|
||||
|
||||
#define ZMQ_UNUSED(object) (void)object
|
||||
|
||||
#undef ZMQ_EXPORT
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user