Update nhUse
There is no longer any compiler reason to disable nhUse - remove nhUse's conditional definition. Update the nhUse definition to "use" a variable without it needing to be an integer. This change removes some gcc compiler unused variable and parameter warnings.
This commit is contained in:
@@ -153,9 +153,6 @@ NEARDATA struct savefile_info sfcap, sfrestinfo, sfsaveinfo;
|
||||
const char *ARGV0;
|
||||
#endif
|
||||
|
||||
/* support for lint.h */
|
||||
unsigned nhUse_dummy = 0;
|
||||
|
||||
#define IVMAGIC 0xdeadbeef
|
||||
|
||||
#ifdef GCC_WARN
|
||||
|
||||
Reference in New Issue
Block a user