From 8fbc9ca3438892d47b700396beed4ca5b5f43edd Mon Sep 17 00:00:00 2001 From: Eric House Date: Sun, 9 Sep 2012 09:22:00 -0700 Subject: [PATCH] fix to compile in release mode --- xwords4/linux/linuxdict.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/linux/linuxdict.c b/xwords4/linux/linuxdict.c index 76788be50..068c09372 100644 --- a/xwords4/linux/linuxdict.c +++ b/xwords4/linux/linuxdict.c @@ -84,7 +84,7 @@ linux_dictionary_make( MPFORMAL const char* dictFileName, XP_Bool useMMap ) } /* gtk_dictionary_make */ static XP_UCHAR* -getNullTermParam( LinuxDictionaryCtxt* dctx, const XP_U8** ptr, +getNullTermParam( LinuxDictionaryCtxt* XP_UNUSED_DBG(dctx), const XP_U8** ptr, XP_U16* headerLen ) { XP_U16 len = 1 + XP_STRLEN( (XP_UCHAR*)*ptr );