mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
fix to compile with DEBUG off
This commit is contained in:
parent
fbea67e479
commit
4b30d98bd0
1 changed files with 1 additions and 2 deletions
|
@ -1078,8 +1078,7 @@ send_per_params( const XP_U8* buf, const XP_U16 buflen,
|
|||
}
|
||||
|
||||
static gboolean
|
||||
linux_relay_ioproc( GIOChannel* XP_UNUSED_DBG(source), GIOCondition condition,
|
||||
gpointer data )
|
||||
linux_relay_ioproc( GIOChannel* source, GIOCondition condition, gpointer data )
|
||||
{
|
||||
gboolean keep = TRUE;
|
||||
if ( 0 != ((G_IO_HUP|G_IO_ERR|G_IO_NVAL) & condition) ) {
|
||||
|
|
Loading…
Reference in a new issue