Explorar o código

Fixed compiler warnings on GCC.

Ryan C. Gordon %!s(int64=8) %!d(string=hai) anos
pai
achega
eb46d82500
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/physfs.c

+ 1 - 1
src/physfs.c

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