From 88a3344c49a7bd7fdca40639e2cd2245a9c209cd Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Sat, 28 Jun 2014 23:25:48 +0200 Subject: Core: Fix more warnings --- src/server/scripts/Spells/spell_mage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/scripts') diff --git a/src/server/scripts/Spells/spell_mage.cpp b/src/server/scripts/Spells/spell_mage.cpp index 9ba53308ef1..d69978875f8 100644 --- a/src/server/scripts/Spells/spell_mage.cpp +++ b/src/server/scripts/Spells/spell_mage.cpp @@ -775,7 +775,7 @@ class spell_mage_ice_barrier : public SpellScriptLoader { PrepareAuraScript(spell_mage_ice_barrier_AuraScript); - void CalculateAmount(AuraEffect const* aurEff, int32& amount, bool& canBeRecalculated) + void CalculateAmount(AuraEffect const* /*aurEff*/, int32& amount, bool& canBeRecalculated) { canBeRecalculated = false; if (Unit* caster = GetCaster()) -- cgit v1.2.3