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

@@ -544,7 +544,7 @@ void
rest_worm(nhfp)
NHFILE *nhfp;
{
int i, j, count;
int i, j, count = 0;
struct wseg *curr, *temp;
for (i = 1; i < MAX_NUM_WORMS; i++) {