quiet some macosx warnings

This commit is contained in:
nhmall
2019-06-24 23:48:37 -04:00
parent e34c7daf02
commit 560f21f5db
6 changed files with 221 additions and 146 deletions

View File

@@ -436,7 +436,7 @@ char *whynot;
void
savestateinlock()
{
int hpid;
int hpid = 0;
static boolean havestate = TRUE;
char whynot[BUFSZ];
NHFILE *nhfp;