mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-19 21:00:10 +00:00
[ASWeakSet] Properly cast kCFNull so that build settings for unit tests don't flag it (warnings as errors).
This commit is contained in:
parent
c3fb665ec1
commit
aab2ecc26e
@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
- (void)addObject:(id)object
|
- (void)addObject:(id)object
|
||||||
{
|
{
|
||||||
[_mapTable setObject:kCFNull forKey:object];
|
[_mapTable setObject:(NSNull *)kCFNull forKey:object];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)removeObject:(id)object
|
- (void)removeObject:(id)object
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user