fix to compile in release mode

This commit is contained in:
Eric House 2012-09-09 09:22:00 -07:00
parent 1957ad3dbe
commit 8fbc9ca343

View file

@ -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 );