used, unused variables
some variables marked as unused, are now actually used some unused variables are eliminated or commented out
This commit is contained in:
@@ -2048,11 +2048,7 @@ DISABLE_WARNING_FORMAT_NONLITERAL
|
||||
|
||||
void
|
||||
silly_thing(const char *word,
|
||||
#ifdef OBSOLETE_HANDLING
|
||||
struct obj *otmp)
|
||||
#else
|
||||
struct obj *otmp UNUSED)
|
||||
#endif
|
||||
{
|
||||
#ifdef OBSOLETE_HANDLING
|
||||
/* 'P','R' vs 'W','T' handling is obsolete */
|
||||
|
||||
Reference in New Issue
Block a user