Skip to content

Commit 50d96fe

Browse files
authored
Merge pull request #43 from cwakamo/eng/PR-59141648-fix-PGLConcurrentMap-warning
[PlaygroundLogger] Fix a warning in PGLConcurrentMap_MRR.m.
2 parents af44750 + 66584c4 commit 50d96fe

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)