mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(Apple) CFBridgingRetainStringRef - fix warning
This commit is contained in:
parent
c9175bbf81
commit
80ca12d086
@ -46,7 +46,7 @@ NS_INLINE CF_RETURNS_RETAINED CFStringRef CFBridgingRetainStringRefCompat(id X)
|
||||
#if __has_feature(objc_arc)
|
||||
return (__bridge_retained CFStringRef)X;
|
||||
#else
|
||||
return X;
|
||||
return (CFStringRef)X;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user