From 7e28938dd0085617e22fbac822f2a1cfe711eb45 Mon Sep 17 00:00:00 2001 From: Vincent_Michael Date: Sun, 9 Dec 2012 18:13:41 +0100 Subject: Core: Fix more warnings --- src/server/game/AI/CoreAI/PetAI.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/server/game/AI/CoreAI/PetAI.h b/src/server/game/AI/CoreAI/PetAI.h index 1115333fd01..8a8853b19b5 100644 --- a/src/server/game/AI/CoreAI/PetAI.h +++ b/src/server/game/AI/CoreAI/PetAI.h @@ -45,8 +45,8 @@ class PetAI : public CreatureAI // The following aren't used by the PetAI but need to be defined to override // default CreatureAI functions which interfere with the PetAI // - void MoveInLineOfSight(Unit* who) {} // CreatureAI interferes with returning pets - void MoveInLineOfSight_Safe(Unit* who) {} // CreatureAI interferes with returning pets + void MoveInLineOfSight(Unit* /*who*/) {} // CreatureAI interferes with returning pets + void MoveInLineOfSight_Safe(Unit* /*who*/) {} // CreatureAI interferes with returning pets void EnterEvadeMode() {} // For fleeing, pets don't use this type of Evade mechanic private: -- cgit v1.2.3