more warning bits

This commit is contained in:
nhmall
2020-10-10 16:28:17 -04:00
parent 062152d62e
commit 48fa4fa5dd
11 changed files with 50 additions and 27 deletions

View File

@@ -954,7 +954,11 @@ struct cemetery **cemeteryaddr;
static void
rest_levl(nhfp, rlecomp)
NHFILE *nhfp;
#ifdef RLECOMP
boolean rlecomp;
#else
boolean rlecomp UNUSED;
#endif
{
#ifdef RLECOMP
short i, j;
@@ -984,9 +988,7 @@ boolean rlecomp;
}
return;
}
#else /* !RLECOMP */
nhUse(rlecomp);
#endif /* ?RLECOMP */
#endif /* RLECOMP */
if (nhfp->structlevel) {
mread(nhfp->fd, (genericptr_t) levl, sizeof levl);
}