From e0c6621bfea20e6f2f25cbeb35054d52ed8dd252 Mon Sep 17 00:00:00 2001 From: Eric House Date: Tue, 31 Jul 2018 00:26:11 -0700 Subject: [PATCH] remove assert: messages not for me are common --- xwords4/common/smsproto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/common/smsproto.c b/xwords4/common/smsproto.c index 11cec639d..b000696ff 100644 --- a/xwords4/common/smsproto.c +++ b/xwords4/common/smsproto.c @@ -353,8 +353,8 @@ smsproto_prepInbound( SMSProto* state, const XP_UCHAR* fromPhone, } break; default: + /* Don't assert! happens all the time */ XP_LOGF( "%s(): unexpected proto %d", __func__, proto ); - XP_ASSERT( 0 ); break; } }