App: Compiler warning cleanup

This commit is contained in:
Chris Hennes
2025-12-16 15:16:32 -06:00
parent 08cc569d6a
commit b15e279bc5
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ App::NullCenterOfMass::ofDocumentObject([[maybe_unused]] DocumentObject* object)
return std::nullopt;
}
bool App::NullCenterOfMass::supports(DocumentObject* object) const
bool App::NullCenterOfMass::supports(DocumentObject* /*object*/) const
{
return false;
}