diff --git a/src/options.c b/src/options.c index 7952c1312..f8abf5fb0 100644 --- a/src/options.c +++ b/src/options.c @@ -5285,7 +5285,7 @@ boolean setinitial, setfromfile; goto menucolors_again; } } else if (!strcmp("autopickup_exception", optname)) { - int opt_idx, pass, numapes = 0; + int opt_idx, numapes = 0; char apebuf[2 + BUFSZ]; /* so &apebuf[1] is BUFSZ long for getlin() */ struct autopickup_exception *ape;