зеркало из https://github.com/github/AFNetworking.git
Moving __unused signifier into parameter type
This commit is contained in:
Родитель
0fd49b9964
Коммит
bcf35c2354
|
@ -175,7 +175,7 @@ static BOOL AFSecKeyIsEqualToKey(SecKeyRef key1, SecKeyRef key2) {
|
|||
@synthesize redirectResponse = _redirectResponse;
|
||||
@synthesize lock = _lock;
|
||||
|
||||
+ (void)networkRequestThreadEntryPoint:(id)__unused object {
|
||||
+ (void)networkRequestThreadEntryPoint:(id __unused)object {
|
||||
@autoreleasepool {
|
||||
[[NSThread currentThread] setName:@"AFNetworking"];
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче