Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
MSVC2017 / 2019 have issues properly determining that `__assume(0)` is indeed meant to mean unreachable code and complains about missing return statement sometimes. We can work around this by wrapping it into a `__declspec(noreturn)` function 🤷 Addresses nvbug4359466
- Loading branch information