Mark unused variables to silence compiler warnings. (#64)

This commit is contained in:
Chris Hennes
2024-06-24 18:23:28 -05:00
committed by GitHub
parent a0ed650e0e
commit 79a1e4ed4c
5 changed files with 19 additions and 0 deletions

View File

@@ -1474,6 +1474,7 @@ void MbD::ASMTAssembly::compareResults(AnalysisType type)
void MbD::ASMTAssembly::outputResults(AnalysisType type)
{
(void) type;
//ASMTSpatialContainer::outputResults(type);
//for (auto& part : *parts) part->outputResults(type);
//for (auto& joint : *joints) joint->outputResults(type);