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