mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix compiler warning
'_Warning' shouldn't return anything.
This commit is contained in:
parent
a80cf721d8
commit
ef5a9b6348
@ -49,7 +49,7 @@ void _Error(char* fmt, ...)
|
||||
// *error - ... -
|
||||
// Output : void* _Warning
|
||||
//-----------------------------------------------------------------------------
|
||||
void* _Warning(int level, char* fmt, ...)
|
||||
void _Warning(int level, char* fmt, ...)
|
||||
{
|
||||
char buf[10000];
|
||||
{/////////////////////////////
|
||||
|
Loading…
x
Reference in New Issue
Block a user