You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Silence a warning on FreeBSD/OpenBSD when calling pthread_set_name_np(). (swiftlang#1241)
On FreeBSD and OpenBSD, `pthread_set_name_np()` returns `void`, so we
don't need to suppress the result (assigning it to `_`) and the Swift
compiler complains that we do.
### Checklist:
- [x] Code and documentation should follow the style of the [Style
Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md).
- [x] If public symbols are renamed or modified, DocC references should
be updated.
0 commit comments