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/scripts/world/guards.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/scripts/world/guards.cpp') diff --git a/src/scripts/world/guards.cpp b/src/scripts/world/guards.cpp index 95aa4a381ba..21314ca432f 100644 --- a/src/scripts/world/guards.cpp +++ b/src/scripts/world/guards.cpp @@ -2541,7 +2541,7 @@ struct guard_shattrath_aldorAI : public guardAI CanTeleport = false; } - void EnterCombat(Unit *who) {} + void EnterCombat(Unit * /*who*/) {} void UpdateAI(const uint32 diff) { @@ -2737,7 +2737,7 @@ struct guard_shattrath_scryerAI : public guardAI CanTeleport = false; } - void EnterCombat(Unit *who) {} + void EnterCombat(Unit * /*who*/) {} void UpdateAI(const uint32 diff) { -- cgit v1.2.3