fixing multiple 'unused variable' warnings (#1224)

This commit is contained in:
Cryo81
2025-05-01 16:00:54 -03:00
committed by GitHub
parent 6fc02a4429
commit 707210f6a5
13 changed files with 77 additions and 77 deletions

View File

@@ -24,7 +24,7 @@ private:
/*A*/ nullptr,
/*C*/ NextAction::array(0, new NextAction("fire nova"), nullptr));
}
static ActionNode* totem_of_wrath(PlayerbotAI* botAI)
static ActionNode* totem_of_wrath([[maybe_unused]] PlayerbotAI* botAI)
{
return new ActionNode("totem of wrath",
/*P*/ nullptr,