fix a warning in sfctool build

This commit is contained in:
nhmall
2025-05-29 10:02:05 -04:00
parent a99944fb09
commit 789d0e6676

View File

@@ -1374,7 +1374,7 @@ match_optname(const char *user_string, const char *optn_name, int min_length,
}
staticfn void
usage(int argc, char **argv)
usage(int argc UNUSED, char **argv)
{
char *cp = argv[0], *sep = (char *) 0;