more warnings

This commit is contained in:
nhmall
2020-10-10 16:41:09 -04:00
parent 48fa4fa5dd
commit 3e66cbd781
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
{

View File

@@ -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,