more warnings
This commit is contained in:
@@ -2078,7 +2078,7 @@ set_twall(x0, y0, x1, y1, x2, y2, x3, y3)
|
||||
#ifdef WA_VERBOSE
|
||||
int x0, y0; /* used #if WA_VERBOSE */
|
||||
#else
|
||||
int x0, y0 UNUSED;
|
||||
int x0 UNUSED, y0 UNUSED;
|
||||
#endif
|
||||
int x1, y1, x2, y2, x3, y3;
|
||||
{
|
||||
|
||||
@@ -7586,7 +7586,7 @@ doset() /* changing options via menu by Per Liboriussen */
|
||||
(void) parseoptions(buf, setinitial, fromfile);
|
||||
} else {
|
||||
/* compound option */
|
||||
int k = opt_indx, reslt;
|
||||
int k = opt_indx, reslt UNUSED;
|
||||
|
||||
if (allopt[k].has_handler && allopt[k].optfn) {
|
||||
reslt = (*allopt[k].optfn)(allopt[k].idx, do_handler,
|
||||
|
||||
Reference in New Issue
Block a user