CustomAssert: fix build error in release mode

This commit is contained in:
Lion Kortlepel 2021-08-11 23:03:24 +02:00 committed by Lion
parent 9d6dbefb9d
commit 683e13a4a0

View File

@ -71,6 +71,4 @@ inline void _assert([[maybe_unused]] const char* file, [[maybe_unused]] const ch
Sentry.LogAssert("code is unreachable", _file_basename, _line, __func__); \ Sentry.LogAssert("code is unreachable", _file_basename, _line, __func__); \
} \ } \
} while (false) } while (false)
}
while (false)
#endif // DEBUG #endif // DEBUG