Skip to content

Commit 66584c4

Browse files
committed
[PlaygroundLogger] Fix a warning in PGLConcurrentMap_MRR.m.
This addresses <rdar://problem/59141648>.
1 parent 6eb061c commit 66584c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PlaygroundLogger/PlaygroundLogger/Utilities/PGLConcurrentMap_MRR.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ - (id)objectForKey:(NSInteger)key {
9797
return nil;
9898
}
9999

100-
- (id)objectForKey:(NSInteger)key insertingObjectProvidedByBlockIfNotPresent:(id(^)(void))objectProvider didInsert:(BOOL *)outDidInsert {
100+
- (id)objectForKey:(NSInteger)key insertingObjectProvidedByBlockIfNotPresent:(id(^ NS_NOESCAPE)(void))objectProvider didInsert:(BOOL *)outDidInsert {
101101
// The node we created.
102102
PGLConcurrentMapNode *newNode = nil;
103103

0 commit comments

Comments
 (0)