Core: Fix warnings

This commit is contained in:
Vincent_Michael
2013-10-18 13:31:09 +02:00
parent 47741f4fa6
commit 77013aa081
3 changed files with 3 additions and 3 deletions

View File

@@ -94,7 +94,7 @@ template<> void ObjectGridLoader::SetObjectCell(GameObject* obj, CellCoord const
}
template <class T>
void AddObjectHelper(CellCoord &cell, GridRefManager<T> &m, uint32 &count, Map* map, T *obj)
void AddObjectHelper(CellCoord &cell, GridRefManager<T> &m, uint32 &count, Map* /*map*/, T *obj)
{
obj->AddToGrid(m);
ObjectGridLoader::SetObjectCell(obj, cell);