mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
fix to compile in non-debug mode
This commit is contained in:
parent
78ad2feed9
commit
afb3f4040a
1 changed files with 2 additions and 1 deletions
|
@ -1232,7 +1232,8 @@ curses_util_askPassword( XW_UtilCtxt* XP_UNUSED(uc),
|
|||
} /* curses_util_askPassword */
|
||||
|
||||
static void
|
||||
curses_util_yOffsetChange( XW_UtilCtxt* XP_UNUSED(uc), XP_U16 maxOffset,
|
||||
curses_util_yOffsetChange( XW_UtilCtxt* XP_UNUSED(uc),
|
||||
XP_U16 XP_UNUSED_DBG(maxOffset),
|
||||
XP_U16 oldOffset, XP_U16 newOffset )
|
||||
{
|
||||
if ( oldOffset != newOffset ) {
|
||||
|
|
Loading…
Reference in a new issue