Moving __unused signifier into parameter type
This commit is contained in:
parent
0fd49b9964
commit
bcf35c2354
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ static BOOL AFSecKeyIsEqualToKey(SecKeyRef key1, SecKeyRef key2) {
|
||||||
@synthesize redirectResponse = _redirectResponse;
|
@synthesize redirectResponse = _redirectResponse;
|
||||||
@synthesize lock = _lock;
|
@synthesize lock = _lock;
|
||||||
|
|
||||||
+ (void)networkRequestThreadEntryPoint:(id)__unused object {
|
+ (void)networkRequestThreadEntryPoint:(id __unused)object {
|
||||||
@autoreleasepool {
|
@autoreleasepool {
|
||||||
[[NSThread currentThread] setName:@"AFNetworking"];
|
[[NSThread currentThread] setName:@"AFNetworking"];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue