ソースを参照

Patched compiler warnings (thanks, Bradley Bell!)

Ryan C. Gordon 23 年 前
コミット
3a3451c4be
2 ファイル変更0 行追加2 行削除
  1. 0 1
      archivers/hog.c
  2. 0 1
      archivers/mvl.c

+ 0 - 1
archivers/hog.c

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

+ 0 - 1
archivers/mvl.c

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