clear an unused variable warning

This commit is contained in:
nhmall
2022-06-20 19:57:13 -04:00
parent 305967add4
commit ce9aa451f4

View File

@@ -4324,7 +4324,7 @@ int pfxfn_verbose(int optidx UNUSED, int req, boolean negated,
}
if (req == do_handler) {
reslt = handler_verbose(optidx);
return optn_ok;
return reslt;
}
return optn_ok;
}