Fix compilation error under gcc

This commit is contained in:
Gregory John Casamento 2020-05-08 05:37:39 -04:00
parent 9c9e520b6c
commit 17c39bf98a

View file

@ -955,6 +955,9 @@ TypeInfoForHumanReadableName (NSArray *types, NSString *typeName)
- (IBAction) openDocument: (id)sender
{
#if !__has_feature(blocks)
NSError *err = nil;
#endif
NSEnumerator *urlEnum;
NSURL *url;