We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39e2c37 commit 7b07669Copy full SHA for 7b07669
Sources/Testing/ExitTests/WaitFor.swift
@@ -86,7 +86,7 @@ private nonisolated(unsafe) let _childProcessContinuations = {
86
makingHeaderWith: { _ in [:] }
87
)
88
89
- result.withUnsafeMutablePointers { sectionBounds, lock in
+ result.withUnsafeMutablePointers { _, lock in
90
_ = pthread_mutex_init(lock, nil)
91
}
92
0 commit comments