Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[libcxxabi] [test] Avoid mingw warnings about missing a return statement
With current versions of mingw-w64 headers, code following assert(false) isn't considered unreachable - thus add a dummy "return nullptr;", to avoid warnings (treated as errors) for a missing return statement. The root cause does get fixed further upstream in mingw-w64 in mingw-w64/mingw-w64@1690994 though. Differential Revision: https://reviews.llvm.org/D147860
- Loading branch information