Fix an LLVM warning (fix #254)
This commit is contained in:
parent
5f7d288645
commit
043eb14273
|
@ -103,7 +103,7 @@ static NSString *const kCompletedCallbackKey = @"completed";
|
|||
request.HTTPShouldHandleCookies = NO;
|
||||
request.HTTPShouldUsePipelining = YES;
|
||||
[request addValue:@"image/*" forHTTPHeaderField:@"Accept"];
|
||||
operation = [SDWebImageDownloaderOperation.alloc initWithRequest:request queue:self.workingQueue options:options progress:^(NSUInteger receivedSize, long long expectedSize)
|
||||
operation = [SDWebImageDownloaderOperation.alloc initWithRequest:request queue:wself.workingQueue options:options progress:^(NSUInteger receivedSize, long long expectedSize)
|
||||
{
|
||||
if (!wself) return;
|
||||
SDWebImageDownloader *sself = wself;
|
||||
|
|
Loading…
Reference in New Issue