fix warning observed on Mac OS X
This commit is contained in:
+10
-1
@@ -1462,10 +1462,19 @@ char *op UNUSED;
|
|||||||
|
|
||||||
int
|
int
|
||||||
optfn_MACgraphics(optidx, req, negated, opts, op)
|
optfn_MACgraphics(optidx, req, negated, opts, op)
|
||||||
int optidx, req;
|
#if defined(MAC_GRAPHICS_ENV) && defined(BACKWARD_COMPAT)
|
||||||
|
int optidx;
|
||||||
|
int req;
|
||||||
boolean negated;
|
boolean negated;
|
||||||
char *opts;
|
char *opts;
|
||||||
char *op;
|
char *op;
|
||||||
|
#else
|
||||||
|
int optidx UNUSED;
|
||||||
|
int req;
|
||||||
|
boolean negated UNUSED;
|
||||||
|
char *opts UNUSED;
|
||||||
|
char *op UNUSED;
|
||||||
|
#endif
|
||||||
{
|
{
|
||||||
#if defined(MAC_GRAPHICS_ENV) && defined(BACKWARD_COMPAT)
|
#if defined(MAC_GRAPHICS_ENV) && defined(BACKWARD_COMPAT)
|
||||||
boolean badflag = FALSE;
|
boolean badflag = FALSE;
|
||||||
|
|||||||
Reference in New Issue
Block a user