mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-02-16 10:41:01 +00:00
CustomAssert: fix build error in release mode
This commit is contained in:
@@ -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__); \
|
||||
} \
|
||||
} while (false)
|
||||
}
|
||||
while (false)
|
||||
#endif // DEBUG
|
||||
|
||||
Reference in New Issue
Block a user