Skip to content

Commit 97ec0a2

Browse files
authored
fixed: warning: this block declaration is not a prototype [-Wstrict-prototypes]
1 parent 0860571 commit 97ec0a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Uploader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
typedef void (^UploadCompleteCallback)(NSString*, NSURLResponse *);
55
typedef void (^UploadErrorCallback)(NSError*);
6-
typedef void (^UploadBeginCallback)();
6+
typedef void (^UploadBeginCallback)(void);
77
typedef void (^UploadProgressCallback)(NSNumber*, NSNumber*);
88

99
@interface RNFSUploadParams : NSObject

0 commit comments

Comments
 (0)