mirror of
https://github.com/rehlds/rehlds.git
synced 2025-04-16 22:32:30 +03:00
Fix warnings in Sys_Error.
This commit is contained in:
parent
8f4b9b603c
commit
a2d4d64444
@ -508,9 +508,10 @@ void NORETURN Sys_Error(const char *error, ...)
|
||||
}
|
||||
#endif // SWDS
|
||||
|
||||
//exit(-1);
|
||||
//Allahu akbar!
|
||||
*(int *)NULL = NULL;
|
||||
int *null = 0;
|
||||
*null = 0;
|
||||
exit(-1);
|
||||
}
|
||||
|
||||
NOXREF void Sys_Warning(const char *pszWarning, ...)
|
||||
|
Loading…
x
Reference in New Issue
Block a user