fix compile on linux

This commit is contained in:
Eric House 2024-11-26 10:10:18 -08:00
parent 36e05b8285
commit 5170044b63

View file

@ -135,7 +135,7 @@ mtx_unlock_prv( MutexState* state )
void
mtx_init_prv( MutexState* mutex, XP_Bool recursive
#ifdef DEBUG
, XP_U16 waitSecs, const char* caller
, XP_U16 waitSecs, const char* XP_UNUSED(caller)
#endif
)
{