X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/5dd6771b28c257af405d7248639ed0e3bcdce38b..3ef341abe440ece07f8deed59fb026ab020e805a:/sbr/getans.c diff --git a/sbr/getans.c b/sbr/getans.c index 3229eb57..173e1b43 100644 --- a/sbr/getans.c +++ b/sbr/getans.c @@ -18,7 +18,7 @@ static jmp_buf sigenv; /* * static prototypes */ -static RETSIGTYPE intrser (int); +static void intrser (int); char ** @@ -67,9 +67,11 @@ getans (char *prompt, struct swit *ansp) } -static RETSIGTYPE +static void intrser (int i) { + NMH_UNUSED (i); + /* * should this be siglongjmp? */