Fixed compiler warnings.
This commit is contained in:
parent
a7616f3960
commit
8ee7f5d351
|
@ -314,7 +314,8 @@ static int parseVolumeDescriptor(PHYSFS_Io *io, PHYSFS_uint64 *_rootpos,
|
||||||
|
|
||||||
static void *ISO9660_openArchive(PHYSFS_Io *io, const char *filename, int forWriting)
|
static void *ISO9660_openArchive(PHYSFS_Io *io, const char *filename, int forWriting)
|
||||||
{
|
{
|
||||||
PHYSFS_uint64 rootpos, len;
|
PHYSFS_uint64 rootpos = 0;
|
||||||
|
PHYSFS_uint64 len = 0;
|
||||||
int joliet = 0;
|
int joliet = 0;
|
||||||
void *unpkarc = NULL;
|
void *unpkarc = NULL;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue