fix to compile with DEBUG off

This commit is contained in:
Andy2 2011-12-14 18:17:52 -08:00
parent 867d9d68b0
commit d6ce11b084

View file

@ -913,7 +913,7 @@ tmp_noop_sigintterm( int XP_UNUSED(sig) )
#ifdef XWFEATURE_WALKDICT #ifdef XWFEATURE_WALKDICT
//# define PRINT_ALL //# define PRINT_ALL
static void static void
testGetNthWord( const DictionaryCtxt* dict, char** words, testGetNthWord( const DictionaryCtxt* dict, char** XP_UNUSED_DBG(words),
XP_U16 depth, IndexData* data, XP_U16 min, XP_U16 max ) XP_U16 depth, IndexData* data, XP_U16 min, XP_U16 max )
{ {
XP_UCHAR buf[64]; XP_UCHAR buf[64];
@ -950,7 +950,7 @@ testGetNthWord( const DictionaryCtxt* dict, char** words,
} }
static void static void
walk_dict_test( const LaunchParams* params, const DictionaryCtxt* dict, walk_dict_test( const LaunchParams* XP_UNUSED_DBG(params), const DictionaryCtxt* dict,
GSList* testPrefixes, const char* testMinMax ) GSList* testPrefixes, const char* testMinMax )
{ {
/* This is just to test that the dict-iterating code works. The words are /* This is just to test that the dict-iterating code works. The words are