mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-25 04:11:42 -04:00
fix unreachable warning
This commit is contained in:
parent
345262c771
commit
22575478b7
1 changed files with 2 additions and 2 deletions
|
@ -50,9 +50,9 @@ namespace geode::utils {
|
|||
2, reinterpret_cast<ULONG_PTR*>(errorList.data())
|
||||
);
|
||||
}
|
||||
#else
|
||||
std::terminate();
|
||||
#endif
|
||||
|
||||
std::terminate();
|
||||
}
|
||||
|
||||
template <class = void>
|
||||
|
|
Loading…
Add table
Reference in a new issue