Skip to content

Commit 9f62e55

Browse files
committed
Fix -Wformat-pedantic warning.
1 parent 6038e2d commit 9f62e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/stubs/OptionalBridgingHelper.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ @implementation _SwiftNull : NSObject
3636

3737
- (NSString*)description {
3838
return [NSString stringWithFormat:@"<%@ %p depth = %u>", [self class],
39-
self,
39+
(void*)self,
4040
self->depth];
4141
}
4242

0 commit comments

Comments
 (0)