diff --git a/AFNetworking/AFURLConnectionOperation.m b/AFNetworking/AFURLConnectionOperation.m index 2dfc525..06f9ce4 100644 --- a/AFNetworking/AFURLConnectionOperation.m +++ b/AFNetworking/AFURLConnectionOperation.m @@ -573,7 +573,7 @@ didReceiveAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge } } -- (NSInputStream *)connection:(NSURLConnection *)connection +- (NSInputStream *)connection:(NSURLConnection __unused *)connection needNewBodyStream:(NSURLRequest *)request { if ([request.HTTPBodyStream conformsToProtocol:@protocol(NSCopying)]) {