swift
f18b196e
- NFC: Suppress a -Wunreachable-code warning in GlobalExecutor.cpp.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
NFC: Suppress a -Wunreachable-code warning in GlobalExecutor.cpp. The `swift_unreachable()` is currently statically unreachable but we'd like to leave it in place in case the control flow before it changes in the future.
References
#70948 - Resolve warnings in the Concurrency runtime
Author
tshortli
Committer
tshortli
Parents
00da82dd
Loading