Fix Xcode 4.6 warnings
This commit is contained in:
parent
043eb14273
commit
c876cafa7a
|
@ -303,7 +303,7 @@
|
||||||
53922D66148C55810056699D /* Project object */ = {
|
53922D66148C55810056699D /* Project object */ = {
|
||||||
isa = PBXProject;
|
isa = PBXProject;
|
||||||
attributes = {
|
attributes = {
|
||||||
LastUpgradeCheck = 0430;
|
LastUpgradeCheck = 0460;
|
||||||
ORGANIZATIONNAME = Dailymotion;
|
ORGANIZATIONNAME = Dailymotion;
|
||||||
};
|
};
|
||||||
buildConfigurationList = 53922D69148C55810056699D /* Build configuration list for PBXProject "SDWebImage" */;
|
buildConfigurationList = 53922D69148C55810056699D /* Build configuration list for PBXProject "SDWebImage" */;
|
||||||
|
@ -404,7 +404,6 @@
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
CLANG_ENABLE_OBJC_ARC = YES;
|
CLANG_ENABLE_OBJC_ARC = YES;
|
||||||
CLANG_WARN_OBJCPP_ARC_ABI = YES;
|
|
||||||
COPY_PHASE_STRIP = NO;
|
COPY_PHASE_STRIP = NO;
|
||||||
DEAD_CODE_STRIPPING = NO;
|
DEAD_CODE_STRIPPING = NO;
|
||||||
DSTROOT = /tmp/SDWebImage.dst;
|
DSTROOT = /tmp/SDWebImage.dst;
|
||||||
|
@ -423,7 +422,6 @@
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
CLANG_ENABLE_OBJC_ARC = YES;
|
CLANG_ENABLE_OBJC_ARC = YES;
|
||||||
CLANG_WARN_OBJCPP_ARC_ABI = YES;
|
|
||||||
COPY_PHASE_STRIP = NO;
|
COPY_PHASE_STRIP = NO;
|
||||||
DEAD_CODE_STRIPPING = NO;
|
DEAD_CODE_STRIPPING = NO;
|
||||||
DSTROOT = /tmp/SDWebImage.dst;
|
DSTROOT = /tmp/SDWebImage.dst;
|
||||||
|
@ -442,7 +440,6 @@
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
CLANG_ENABLE_OBJC_ARC = YES;
|
CLANG_ENABLE_OBJC_ARC = YES;
|
||||||
CLANG_WARN_OBJCPP_ARC_ABI = YES;
|
|
||||||
COPY_PHASE_STRIP = NO;
|
COPY_PHASE_STRIP = NO;
|
||||||
DEAD_CODE_STRIPPING = NO;
|
DEAD_CODE_STRIPPING = NO;
|
||||||
DSTROOT = /tmp/SDWebImage.dst;
|
DSTROOT = /tmp/SDWebImage.dst;
|
||||||
|
@ -461,7 +458,6 @@
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
CLANG_ENABLE_OBJC_ARC = YES;
|
CLANG_ENABLE_OBJC_ARC = YES;
|
||||||
CLANG_WARN_OBJCPP_ARC_ABI = YES;
|
|
||||||
COPY_PHASE_STRIP = NO;
|
COPY_PHASE_STRIP = NO;
|
||||||
DEAD_CODE_STRIPPING = NO;
|
DEAD_CODE_STRIPPING = NO;
|
||||||
DSTROOT = /tmp/SDWebImage.dst;
|
DSTROOT = /tmp/SDWebImage.dst;
|
||||||
|
|
|
@ -136,7 +136,7 @@ static NSString *const kCompletedCallbackKey = @"completed";
|
||||||
[sself callbacksForURL:url];
|
[sself callbacksForURL:url];
|
||||||
[sself removeCallbacksForURL:url];
|
[sself removeCallbacksForURL:url];
|
||||||
}];
|
}];
|
||||||
[self.downloadQueue addOperation:operation];
|
[wself.downloadQueue addOperation:operation];
|
||||||
}];
|
}];
|
||||||
|
|
||||||
return operation;
|
return operation;
|
||||||
|
|
Loading…
Reference in New Issue