mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
remove assert: messages not for me are common
This commit is contained in:
parent
803b4ff0f3
commit
e0c6621bfe
1 changed files with 1 additions and 1 deletions
|
@ -353,8 +353,8 @@ smsproto_prepInbound( SMSProto* state, const XP_UCHAR* fromPhone,
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
/* Don't assert! happens all the time */
|
||||||
XP_LOGF( "%s(): unexpected proto %d", __func__, proto );
|
XP_LOGF( "%s(): unexpected proto %d", __func__, proto );
|
||||||
XP_ASSERT( 0 );
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue