mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-16 19:30:29 +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]
|
success = [self addStringValueToKeychainForThisDeviceOnly:[self.class stringForIdentificationType:type]
|
||||||
forKey:kBITAuthenticatorIdentifierTypeKey];
|
forKey:kBITAuthenticatorIdentifierTypeKey];
|
||||||
NSParameterAssert(success);
|
NSParameterAssert(success);
|
||||||
|
#pragma unused(success)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user