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:
nhmall
2024-03-16 12:53:58 -04:00
parent cad4d87101
commit 295d6e257c
10 changed files with 24 additions and 21 deletions

View File

@@ -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 */