mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
fix release builds
This commit is contained in:
parent
6e27196aed
commit
5cae732a60
2 changed files with 4 additions and 0 deletions
|
@ -232,6 +232,8 @@ static void logAddrs( const CommsCtxt* comms, const char* caller );
|
|||
|
||||
# else
|
||||
# define printQueue( comms )
|
||||
# define logAddr( comms, addr, caller)
|
||||
# define logAddrs( comms, caller )
|
||||
# endif
|
||||
#endif
|
||||
#if defined RELAY_HEARTBEAT || defined COMMS_HEARTBEAT
|
||||
|
|
|
@ -760,6 +760,7 @@ player_timePenalty( CurGameInfo* gi, XP_U16 playerNum )
|
|||
return result;
|
||||
} /* player_timePenalty */
|
||||
|
||||
#ifdef DEBUG
|
||||
void
|
||||
game_logGI( const CurGameInfo* gi, const char* msg )
|
||||
{
|
||||
|
@ -776,6 +777,7 @@ game_logGI( const CurGameInfo* gi, const char* msg )
|
|||
XP_LOGF( " gameID: %d", gi->gameID );
|
||||
XP_LOGF( " dictName: %s", gi->dictName );
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef CPLUS
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue