quiet a number of macosx warnings

This commit is contained in:
nhmall
2019-12-05 11:52:21 -05:00
parent 295e8df01b
commit a701c5870d
17 changed files with 340 additions and 614 deletions

View File

@@ -1602,7 +1602,7 @@ restore_waterlevel(nhfp)
NHFILE *nhfp;
{
struct bubble *b = (struct bubble *) 0, *btmp;
int i, n;
int i, n = 0;
if (!Is_waterlevel(&u.uz) && !Is_airlevel(&u.uz))
return;