From: nhmall Date: Sun, 22 May 2022 01:26:21 +0000 (-0400) Subject: warning fix X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05d628752ed721d48adff09373609f0979d351b0;p=nethack warning fix --- diff --git a/src/cmd.c b/src/cmd.c index 1809e61cd..2c203b435 100644 --- a/src/cmd.c +++ b/src/cmd.c @@ -1159,7 +1159,7 @@ wiz_detect(void) /* the #wizkill command - pick targets and reduce them to 0HP; by default, the hero is credited/blamed; use 'm' prefix to avoid that */ static int -wiz_kill() +wiz_kill(void) { struct monst *mtmp; coord cc;