aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
diff options
context:
space:
mode:
authorclick <click@gonnamakeyou.com>2012-03-04 21:38:57 +0100
committerclick <click@gonnamakeyou.com>2012-03-04 21:38:57 +0100
commit45946e23bac57b1084d7bd42daff1445cb8957e2 (patch)
tree2a578856c705ec90eb7979823454d460017a9fa5 /src/server/scripts
parent7cb07e48b3748a8ecd01678b60223f6875525d59 (diff)
Core: Adjust parameter output values to avoid excessive warning outputs on GCC and some other minor warnings
Diffstat (limited to 'src/server/scripts')
-rw-r--r--src/server/scripts/Spells/spell_dk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Spells/spell_dk.cpp b/src/server/scripts/Spells/spell_dk.cpp
index a6128591e71..e6db50f3f5a 100644
--- a/src/server/scripts/Spells/spell_dk.cpp
+++ b/src/server/scripts/Spells/spell_dk.cpp
@@ -769,7 +769,7 @@ class spell_dk_death_grip : public SpellScriptLoader
{
PrepareSpellScript(spell_dk_death_grip_SpellScript);
- void HandleDummy(SpellEffIndex effIndex)
+ void HandleDummy(SpellEffIndex /*effIndex*/)
{
int32 damage = GetEffectValue();
Position const* pos = GetTargetDest();