Skip to content
This repository was archived by the owner on May 3, 2021. It is now read-only.

Commit 9737039

Browse files
committed
Fix podspec
1 parent 73a8c8a commit 9737039

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

DFImageManager/Source/Core/Managing/DFImageManager+DefaultManager.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,11 @@ @implementation DFImageManager (DefaultManager)
5050
+ (id<DFImageManagingCore>)createDefaultManager {
5151
NSMutableArray *managers = [NSMutableArray new];
5252

53+
#pragma clang diagnostic push
54+
#pragma clang diagnostic ignored "-Wunused-variable"
5355
DFImageProcessor *processor = [DFImageProcessor new];
5456
DFImageCache *cache = [DFImageCache new];
57+
#pragma clang diagnostic pop
5558

5659
#if __has_include("DFImageManagerKit+AFNetworking.h")
5760
id<DFImageManaging> URLImageManager = ({

0 commit comments

Comments
 (0)