tone down a comment

This commit is contained in:
nhmall
2022-01-08 13:41:47 -05:00
parent 68b822e4dc
commit b03d60f141
+1 -1
View File
@@ -4541,7 +4541,7 @@ hmonas(struct monst *mon)
int dieroll, multi_claw = 0; int dieroll, multi_claw = 0;
boolean monster_survived; 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] variable nsum set but not used [-Werror,-Wunused-but-set-variable]
For now, I'm working around it with nhUse() but it should be For now, I'm working around it with nhUse() but it should be
investigated when someone has the time. investigated when someone has the time.