Core: Fix non-PCH build + clean up some sporadic warnings

This commit is contained in:
click
2011-07-18 14:49:08 +02:00
parent cf9ce100ed
commit 7fe3f55b5e
4 changed files with 4 additions and 3 deletions

View File

@@ -583,7 +583,7 @@ public:
}
}
void DamageTaken(Unit* done_by, uint32 &damage)
void DamageTaken(Unit* /*done_by*/, uint32 &damage)
{
if (damage >= me->GetHealth() && withhead)
{