mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-20 05:09:23 +00:00
[ASThrashTesting] Remove unneeded clang diagnostics
This commit is contained in:
parent
3ca95778df
commit
bd7f90f7ee
@ -26,8 +26,6 @@
|
|||||||
#define kFickleness 0.1
|
#define kFickleness 0.1
|
||||||
#define kThrashingIterationCount 100
|
#define kThrashingIterationCount 100
|
||||||
|
|
||||||
#pragma clang diagnostic push
|
|
||||||
#pragma clang diagnostic ignored "-Wunused-function"
|
|
||||||
static NSString *ASThrashArrayDescription(NSArray *array) {
|
static NSString *ASThrashArrayDescription(NSArray *array) {
|
||||||
NSMutableString *str = [NSMutableString stringWithString:@"(\n"];
|
NSMutableString *str = [NSMutableString stringWithString:@"(\n"];
|
||||||
NSInteger i = 0;
|
NSInteger i = 0;
|
||||||
@ -38,7 +36,6 @@ static NSString *ASThrashArrayDescription(NSArray *array) {
|
|||||||
[str appendString:@")"];
|
[str appendString:@")"];
|
||||||
return str;
|
return str;
|
||||||
}
|
}
|
||||||
#pragma clang diagnostic pop
|
|
||||||
|
|
||||||
static volatile int32_t ASThrashTestItemNextID = 1;
|
static volatile int32_t ASThrashTestItemNextID = 1;
|
||||||
@interface ASThrashTestItem: NSObject <NSSecureCoding>
|
@interface ASThrashTestItem: NSObject <NSSecureCoding>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user