initoptions warning following its split (trunk only)

..\src\options.c(565) : warning C4101: 'opts' : unreferenced local variable
The code in initoptions_init() that uses opts seems to now be isolated to
UNIX and VMS.
This commit is contained in:
nethack.allison
2008-01-26 17:00:18 +00:00
parent 28a6a8df9f
commit 6095d4aef3

View File

@@ -561,7 +561,7 @@ initoptions(){
void
initoptions_init()
{
#ifndef MAC
#if defined(UNIX) || defined(VMS)
char *opts;
#endif
int i;