silence compiler warnings about unused parameters and variables
This commit is contained in:
@ -26,6 +26,9 @@
|
||||
#ifdef UCL_DEBUG
|
||||
#define UCL_SYNC_DEBUG
|
||||
#define UCL_DESTRUCT_CHECK
|
||||
#define UCL_DEBUG_ARG(arg) arg
|
||||
#else
|
||||
#define UCL_DEBUG_ARG(arg)
|
||||
#endif
|
||||
|
||||
#ifndef UCL_NO_API_CHECK
|
||||
|
||||
Reference in New Issue
Block a user