From 78d435c8ccdbc8074004811aebe4b7c89c11a272 Mon Sep 17 00:00:00 2001 From: Eric House Date: Tue, 29 Dec 2015 07:09:50 -0800 Subject: [PATCH] fix what are errors with new compiler --- 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 5ccee2232..d98d794f3 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 ) {