Fixed warning on iOS
This commit is contained in:
parent
13855849e6
commit
724b71a657
|
@ -32,7 +32,7 @@
|
||||||
/* Wrap PHYSFS_Allocator in a CFAllocator... */
|
/* Wrap PHYSFS_Allocator in a CFAllocator... */
|
||||||
static CFAllocatorRef cfallocator = NULL;
|
static CFAllocatorRef cfallocator = NULL;
|
||||||
|
|
||||||
CFStringRef cfallocDesc(const void *info)
|
static CFStringRef cfallocDesc(const void *info)
|
||||||
{
|
{
|
||||||
return CFStringCreateWithCString(cfallocator, "PhysicsFS",
|
return CFStringCreateWithCString(cfallocator, "PhysicsFS",
|
||||||
kCFStringEncodingASCII);
|
kCFStringEncodingASCII);
|
||||||
|
|
Loading…
Reference in New Issue