fix warning

This commit is contained in:
Stephan Diederich 2013-09-24 21:26:43 +02:00
parent d451650e7f
commit b22a42101e

View File

@ -605,6 +605,7 @@ static NSString* const kBITAuthenticatorAuthTokenTypeKey = @"BITAuthenticatorAut
success = [self addStringValueToKeychainForThisDeviceOnly:[self.class stringForIdentificationType:type]
forKey:kBITAuthenticatorIdentifierTypeKey];
NSParameterAssert(success);
#pragma unused(success)
}
}