Fixes warning: property is assumed atomic by default [-Werror,-Wimplicit-atomic-properties]
This commit is contained in:
parent
debd442903
commit
f9449753ff
1 changed files with 2 additions and 2 deletions
|
|
@ -96,8 +96,8 @@ static void AFSwizzleClassMethodWithClassAndSelectorUsingBlock(Class klass, SEL
|
|||
@property (readwrite, nonatomic, strong) NSURLRequest *request;
|
||||
@property (readwrite, nonatomic, strong) NSHTTPURLResponse *response;
|
||||
@property (readwrite, nonatomic, strong) NSError *HTTPError;
|
||||
@property (assign) long long totalContentLength;
|
||||
@property (assign) long long offsetContentLength;
|
||||
@property (atomic, assign) long long totalContentLength;
|
||||
@property (atomic, assign) long long offsetContentLength;
|
||||
@end
|
||||
|
||||
@implementation AFHTTPRequestOperation
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue