On Sun, Jan 16, 2022 at 8:10 AM Christian Weisgerber <[email protected]> wrote:
> usr.bin/mg: fix -Wunused-but-set-variable warnings > > * strtonum() is only called to verify that a string is numerical, the > return value is unused. > * inlist is no longer used after the code was refactored. > > OK? > ok guenther@
