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:
@@ -561,7 +561,7 @@ initoptions(){
|
||||
void
|
||||
initoptions_init()
|
||||
{
|
||||
#ifndef MAC
|
||||
#if defined(UNIX) || defined(VMS)
|
||||
char *opts;
|
||||
#endif
|
||||
int i;
|
||||
|
||||
Reference in New Issue
Block a user