diff --git a/src/lib/commands/strv.c b/src/lib/commands/strv.c index 7d877048..c096ce76 100644 --- a/src/lib/commands/strv.c +++ b/src/lib/commands/strv.c @@ -215,7 +215,7 @@ starv_units(char *range) struct nstr_item ni; struct lndstr land; int nunit = 0; - int s, needed; + int s; if (!snxtitem(&ni, EF_LAND, range)) return;