Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Patched compiler warnings (thanks, Bradley Bell!)
  • Loading branch information
icculus committed May 16, 2003
1 parent 23dcba1 commit 3a3451c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion archivers/hog.c
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion archivers/mvl.c
Expand Up @@ -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;
Expand Down

0 comments on commit 3a3451c

Please sign in to comment.