mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-04-03 13:26:01 +00:00
Fix compiler warnings, explicitly cast by default
This commit is contained in:
@@ -375,7 +375,7 @@ int lua_RemoteEvent(lua_State *L){
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
int lua_ServerExit(lua_State *L){
|
||||
int lua_ServerExit(lua_State *){
|
||||
exit(0);
|
||||
}
|
||||
int lua_Set(lua_State *L){
|
||||
|
||||
Reference in New Issue
Block a user