Patched compiler warnings (thanks, Bradley Bell!)

This commit is contained in:
Ryan C. Gordon 2003-05-16 15:31:42 +00:00
parent 23dcba1970
commit 3a3451c4be
2 changed files with 0 additions and 2 deletions

View File

@ -321,7 +321,6 @@ static int hog_load_entries(const char *name, int forWriting, HOGinfo *info)
void *fh = NULL;
PHYSFS_uint32 fileCount;
HOGentry *entry;
char *ptr;
BAIL_IF_MACRO(!hog_open(name, forWriting, &fh, &fileCount), NULL, 0);
info->entryCount = fileCount;

View File

@ -288,7 +288,6 @@ static int mvl_load_entries(const char *name, int forWriting, MVLinfo *info)
PHYSFS_uint32 fileCount;
PHYSFS_uint32 location = 8; /* sizeof sig. */
MVLentry *entry;
char *ptr;
BAIL_IF_MACRO(!mvl_open(name, forWriting, &fh, &fileCount), NULL, 0);
info->entryCount = fileCount;