From 7cb1714568f7e17eed46d6eed1e1bf315fb50fe0 Mon Sep 17 00:00:00 2001 From: Eric House Date: Mon, 21 Dec 2015 17:46:13 -0800 Subject: [PATCH] fix compile -- new compiler, probably --- xwords4/common/engine.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xwords4/common/engine.c b/xwords4/common/engine.c index f3d28dc07..0d3ffbe44 100644 --- a/xwords4/common/engine.c +++ b/xwords4/common/engine.c @@ -1096,8 +1096,8 @@ static void countWords( const XP_UCHAR* XP_UNUSED(word), XP_Bool isLegal, const DictionaryCtxt* XP_UNUSED(dict), #ifdef XWFEATURE_BOARDWORDS - const MoveInfo* movei, XP_U16 start, - XP_U16 end, + const MoveInfo* XP_UNUSED(movei), XP_U16 XP_UNUSED(start), + XP_U16 XP_UNUSED(end), #endif void* closure ) {