internal: Fix compiler warnings (#9646)

This commit is contained in:
Lee Bousfield 2025-03-17 09:52:40 -05:00 committed by GitHub
parent efc51eb7d1
commit 011d7ccb91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 20 additions and 17 deletions

View file

@ -89,6 +89,7 @@
{ \
Debug::log(CRIT, "\n\nMEMORY CORRUPTED: Unreachable failed! (Reached an unreachable position, memory corruption!!!)"); \
raise(SIGABRT); \
std::unreachable(); \
}
#else
#define UNREACHABLE() std::unreachable();