mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-14 08:01:38 +01:00
fix to compile in non-DEBUG mode
This commit is contained in:
parent
b3ef839189
commit
2c08baec68
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ typedef struct _MvCntGlobals {
|
|||
static MvCntGlobals* s_globals = NULL;
|
||||
|
||||
static void
|
||||
handle_sigintterm( int sig )
|
||||
handle_sigintterm( int XP_UNUSED_DBG(sig) )
|
||||
{
|
||||
XP_LOGF( "%s(%d)", __func__, sig );
|
||||
g_main_quit( s_globals->loop );
|
||||
|
|
Loading…
Reference in a new issue