mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +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:
@@ -26,7 +26,7 @@
|
||||
|
||||
- (void)addObject:(id)object
|
||||
{
|
||||
[_mapTable setObject:kCFNull forKey:object];
|
||||
[_mapTable setObject:(NSNull *)kCFNull forKey:object];
|
||||
}
|
||||
|
||||
- (void)removeObject:(id)object
|
||||
|
||||
Reference in New Issue
Block a user