Remove LOTS of compile warnings

--HG--
branch : trunk
This commit is contained in:
Spp
2010-04-19 09:26:37 +02:00
parent fdd8d2f3cc
commit 74dd02d024
549 changed files with 2082 additions and 2122 deletions

View File

@@ -115,7 +115,7 @@ void FollowerAI::MoveInLineOfSight(Unit* pWho)
}
}
void FollowerAI::JustDied(Unit* pKiller)
void FollowerAI::JustDied(Unit* /*pKiller*/)
{
if (!HasFollowState(STATE_FOLLOW_INPROGRESS) || !m_uiLeaderGUID || !m_pQuestForFollow)
return;
@@ -244,7 +244,7 @@ void FollowerAI::UpdateAI(const uint32 uiDiff)
UpdateFollowerAI(uiDiff);
}
void FollowerAI::UpdateFollowerAI(const uint32 uiDiff)
void FollowerAI::UpdateFollowerAI(const uint32 /*uiDiff*/)
{
if (!UpdateVictim())
return;