Removing warning in 5.1DP2 by removing “extern inline” (this doesn’t really make sense)
This commit is contained in:
parent
4382672c4a
commit
be4a9e0ac8
|
@ -41,7 +41,7 @@
|
|||
#define SDDispatchQueueSetterSementics assign
|
||||
#endif
|
||||
|
||||
extern inline UIImage *SDScaledImageForKey(NSString *key, UIImage *image);
|
||||
extern UIImage *SDScaledImageForKey(NSString *key, UIImage *image);
|
||||
|
||||
#define dispatch_main_sync_safe(block)\
|
||||
if ([NSThread isMainThread])\
|
||||
|
|
Loading…
Reference in New Issue