Core: Adjust parameter output values to avoid excessive warning outputs on GCC and some other minor warnings

This commit is contained in:
click
2012-03-04 21:38:57 +01:00
parent 7cb07e48b3
commit 45946e23ba
3 changed files with 3 additions and 4 deletions

View File

@@ -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();