From 789d0e6676b2288eeeed331e82cc5c14f4273a1d Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 29 May 2025 10:02:05 -0400 Subject: [PATCH] fix a warning in sfctool build --- util/sfctool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/sfctool.c b/util/sfctool.c index c79be9254..fe016748f 100644 --- a/util/sfctool.c +++ b/util/sfctool.c @@ -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;