mirror of
https://github.com/SphereServer/Source-X
synced 2026-08-13 10:23:05 -04:00
5 lines
No EOL
203 B
C++
5 lines
No EOL
203 B
C++
// Avoid false-positive issues by giving an alternative definition of Assert_Fail, used by ASSERT and PERSISTANT_ASSERT.
|
|
void Assert_Fail(const char *, const char *, long long)
|
|
{
|
|
__coverity_panic__();
|
|
} |