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

@@ -1679,7 +1679,7 @@ validate(nhfp, name)
NHFILE *nhfp;
const char *name;
{
int rlen;
int rlen = 0;
struct savefile_info sfi;
unsigned long utdflags = 0L;
boolean verbose = name ? TRUE : FALSE, reslt = FALSE;