From 535dc296464d97c47199a0e4db5d8d6157310940 Mon Sep 17 00:00:00 2001 From: Eric House Date: Wed, 18 Apr 2018 21:54:51 -0700 Subject: [PATCH] silence warning --- xwords4/common/server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/common/server.c b/xwords4/common/server.c index 24590ae23..00bcd2e30 100644 --- a/xwords4/common/server.c +++ b/xwords4/common/server.c @@ -1982,7 +1982,7 @@ static void nextTurn( ServerCtxt* server, XP_S16 nxtTurn ) { XP_U16 nPlayers = server->vol.gi->nPlayers; - XP_U16 playerTilesLeft; + XP_U16 playerTilesLeft = 0; XP_S16 currentTurn = server->nv.currentTurn; XP_Bool moreToDo = XP_FALSE;