From: nhmall Date: Mon, 20 Jun 2022 18:17:57 +0000 (-0400) Subject: silence -Wunused-parameter warning X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58b41ccdaeb58ff40903c4858c17cd3009547fe5;p=nethack silence -Wunused-parameter warning --- 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) {