Remove spurious warning.

pull/1/head
Matthew Chen 7 years ago
parent 1db1768af7
commit 7e769de5d2

@ -8,8 +8,7 @@ NS_ASSUME_NONNULL_BEGIN
- (instancetype)init NS_UNAVAILABLE;
// TODO: We shouldn't ignore the return value of this method.
+ (BOOL)protectFileOrFolderAtPath:(NSString *)path __attribute__((warn_unused_result));
+ (BOOL)protectFileOrFolderAtPath:(NSString *)path;
+ (NSString *)appDocumentDirectoryPath;

Loading…
Cancel
Save