Fixed compiler warnings on GCC.

This commit is contained in:
Ryan C. Gordon 2017-08-06 15:59:46 -04:00
parent af555317b9
commit eb46d82500
1 changed files with 1 additions and 1 deletions

View File

@ -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;