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

@@ -44,7 +44,7 @@ private:
/*A*/ NextAction::array(0, new NextAction("summon imp"), nullptr),
/*C*/ nullptr);
}
static ActionNode* summon_succubus(PlayerbotAI* botAI)
static ActionNode* summon_succubus([[maybe_unused]] PlayerbotAI* botAI)
{
return new ActionNode("summon succubus",
/*P*/ nullptr,