Selaa lähdekoodia

Fixed compiler warnings on GCC.

Ryan C. Gordon 8 vuotta sitten
vanhempi
commit
eb46d82500
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/physfs.c

+ 1 - 1
src/physfs.c

@@ -244,7 +244,7 @@ typedef struct __PHYSFS_MemoryIoInfo
     PHYSFS_uint64 len;
     PHYSFS_uint64 len;
     PHYSFS_uint64 pos;
     PHYSFS_uint64 pos;
     PHYSFS_Io *parent;
     PHYSFS_Io *parent;
-    volatile PHYSFS_uint32 refcount;
+    int refcount;
     void (*destruct)(void *);
     void (*destruct)(void *);
 } MemoryIoInfo;
 } MemoryIoInfo;