Fix linux build and warnings

This commit is contained in:
Rochet2
2014-12-19 15:16:02 +02:00
parent 88dcea9cb7
commit 5e27ac24aa
9 changed files with 22 additions and 25 deletions

View File

@@ -2010,7 +2010,7 @@ namespace LuaGlobalFunctions
* Removes old [Corpse]s from the world
*
*/
int RemoveOldCorpses(Eluna* /*E*/, lua_State* L)
int RemoveOldCorpses(Eluna* /*E*/, lua_State* /*L*/)
{
eObjectAccessor->RemoveOldCorpses();
return 0;