mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-15 18:59:54 +00:00
fix warning
This commit is contained in:
parent
d451650e7f
commit
b22a42101e
@ -605,6 +605,7 @@ static NSString* const kBITAuthenticatorAuthTokenTypeKey = @"BITAuthenticatorAut
|
||||
success = [self addStringValueToKeychainForThisDeviceOnly:[self.class stringForIdentificationType:type]
|
||||
forKey:kBITAuthenticatorIdentifierTypeKey];
|
||||
NSParameterAssert(success);
|
||||
#pragma unused(success)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user