Fix clang warnings about variable usage

This commit is contained in:
Rochet2
2017-04-13 00:51:17 +03:00
parent 4cc5e42562
commit 00eef91aa2
7 changed files with 7 additions and 27 deletions

View File

@@ -305,7 +305,7 @@ namespace LuaMap
/**
* Saves the [Map]'s instance data to the database.
*/
int SaveInstanceData(lua_State* L, Map* map)
int SaveInstanceData(lua_State* /*L*/, Map* map)
{
#ifdef TRINITY
ElunaInstanceAI* iAI = NULL;