Branch: Tag:

2014-08-22

2014-08-22 16:00:14 by Arne Goedeke <el@laramies.com>

Fixed some warnings about unused parameters

569:   # define UNUSED(x) PIKE_CONCAT(x,_UNUSED)   # endif   #endif - #ifndef DEBUGUSED - # ifdef PIKE_DEBUG - # define DEBUGUSED(x) x - # else - # define DEBUGUSED(x) UNUSED(x) - # endif + #ifdef PIKE_DEBUG + # define DEBUGUSED(x) x + #else + # define DEBUGUSED(x) UNUSED(x)   #endif -  + #ifdef DEBUG_MALLOC + # define DMALLOCUSED(x) x + #else + # define DMALLOCUSED(x) UNUSED(x) + #endif    -  +    /* PMOD_EXPORT exports a function / variable vfsh. */   #ifndef PMOD_EXPORT   # if defined (__NT__) && defined (USE_DLL)