mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-15 08:47:56 +01:00
fix compile on linux
This commit is contained in:
parent
36e05b8285
commit
5170044b63
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue