1
0

Chunk is now warnings clean

This commit is contained in:
Tycho Bickerstaff
2013-12-21 15:58:21 +00:00
parent 3289abde73
commit b3046a09e5
4 changed files with 5 additions and 6 deletions

View File

@@ -71,7 +71,7 @@ protected:
cItemGrid m_Contents;
// cItemGrid::cListener overrides:
virtual void OnSlotChanged(cItemGrid * a_Grid, int a_SlotNum)
virtual void OnSlotChanged(cItemGrid * a_Grid, int /*a_SlotNum*/)
{
ASSERT(a_Grid == &m_Contents);
if (m_World != NULL)