From 74dd02d024007c3a09219177fabfe9010b1bce63 Mon Sep 17 00:00:00 2001 From: Spp Date: Mon, 19 Apr 2010 09:26:37 +0200 Subject: Remove LOTS of compile warnings --HG-- branch : trunk --- src/game/ScriptedFollowerAI.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game/ScriptedFollowerAI.cpp') diff --git a/src/game/ScriptedFollowerAI.cpp b/src/game/ScriptedFollowerAI.cpp index 657b344469c..4f1543dc778 100644 --- a/src/game/ScriptedFollowerAI.cpp +++ b/src/game/ScriptedFollowerAI.cpp @@ -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; -- cgit v1.2.3