From 58b41ccdaeb58ff40903c4858c17cd3009547fe5 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 20 Jun 2022 14:17:57 -0400 Subject: [PATCH] silence -Wunused-parameter warning --- src/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.c b/src/options.c index 37281bb66..19b539adb 100644 --- a/src/options.c +++ b/src/options.c @@ -8901,7 +8901,7 @@ void enhance_menu_text( char *buf, size_t sz, - int whichpass, + int whichpass UNUSED, boolean *bool_p, struct allopt_t *thisopt) {