From b03d60f141cd516b66260167a3e93b1688bf39a3 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 8 Jan 2022 13:41:47 -0500 Subject: [PATCH] tone down a comment --- src/uhitm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uhitm.c b/src/uhitm.c index 429f43a8e..20d41f710 100644 --- a/src/uhitm.c +++ b/src/uhitm.c @@ -4541,7 +4541,7 @@ hmonas(struct monst *mon) int dieroll, multi_claw = 0; boolean monster_survived; - /* FIXME: One compiler was getting a fatal + /* FIXME: One compiler was getting a variable nsum set but not used [-Werror,-Wunused-but-set-variable] For now, I'm working around it with nhUse() but it should be investigated when someone has the time.