mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
remove release-build-only warning
This commit is contained in:
parent
8d1065ea75
commit
ced26e8e37
1 changed files with 1 additions and 1 deletions
|
@ -2258,10 +2258,10 @@ comms_checkIncomingStream( CommsCtxt* comms, XWStreamCtxt* stream,
|
|||
state->comms = comms;
|
||||
XP_ASSERT( !comms->processingMsg );
|
||||
comms->processingMsg = XP_TRUE;
|
||||
CommsConnType addrType = addr_getType( retAddr );
|
||||
#endif
|
||||
|
||||
XP_Bool messageValid = XP_FALSE;
|
||||
CommsConnType addrType = addr_getType( retAddr );
|
||||
XP_LOGF( TAGFMT(retAddr.typ=%s), TAGPRMS, ConnType2Str(addrType ) );
|
||||
if ( comms_getAddrDisabled( comms, addrType, XP_FALSE ) ) {
|
||||
XP_LOGF( "%s: dropping message because %s disabled", __func__,
|
||||
|
|
Loading…
Add table
Reference in a new issue