mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-08-17 16:57:05 +00:00
CustomAssert: fix build error in release mode
This commit is contained in:
parent
9d6dbefb9d
commit
683e13a4a0
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user