mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-06 20:45:54 +01:00
fix to compile when DEBUG not defined
This commit is contained in:
parent
4d9d65b67e
commit
62dacb83d8
1 changed files with 1 additions and 1 deletions
|
@ -1132,6 +1132,7 @@ assertQueueOk( const CommsCtxt* comms )
|
|||
XP_LOGF( "%s: queueLen unexpectedly high: %d", __func__, count );
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
static XP_Bool
|
||||
elems_same( const MsgQueueElem* elem1, const MsgQueueElem* elem2 )
|
||||
|
@ -1142,7 +1143,6 @@ elems_same( const MsgQueueElem* elem1, const MsgQueueElem* elem2 )
|
|||
&& 0 == XP_MEMCMP( elem1->msg, elem2->msg, elem1->len );
|
||||
return same;
|
||||
}
|
||||
#endif
|
||||
|
||||
static void
|
||||
freeElem( const CommsCtxt* XP_UNUSED_DBG(comms), MsgQueueElem* elem )
|
||||
|
|
Loading…
Add table
Reference in a new issue