mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
fix warning when DEBUG not defined
This commit is contained in:
parent
13bf595a76
commit
e5b5ce15df
1 changed files with 2 additions and 0 deletions
|
@ -1739,7 +1739,9 @@ gtk_socket_acceptor( int listener, Acceptor func, CommonGlobals* globals,
|
|||
XP_ASSERT( !!globals->acceptor );
|
||||
globals->acceptor = NULL;
|
||||
XP_ASSERT( !!info );
|
||||
#ifdef DEBUG
|
||||
int oldSock = info->socket;
|
||||
#endif
|
||||
g_source_remove( info->watch );
|
||||
g_io_channel_unref( info->channel );
|
||||
XP_FREE( globals->params->util->mpool, info );
|
||||
|
|
Loading…
Reference in a new issue