mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00:49 +03:00
0033379: Coding - Processing Clang-15 warnings
Fixed warning generated by Clang++-15
This commit is contained in:
@@ -130,7 +130,6 @@ Standard_Boolean Express_Select::GenerateClass() const
|
||||
if (!aSeqMember->IsEmpty())
|
||||
anOS << "class StepData_SelectMember;\n";
|
||||
|
||||
Standard_Integer jj = 1;
|
||||
for (Standard_Integer i = 1; i <= myItems->Length(); i++)
|
||||
{
|
||||
Handle(Express_Item) anItem = myItems->Value (i);
|
||||
@@ -144,7 +143,6 @@ Standard_Boolean Express_Select::GenerateClass() const
|
||||
}
|
||||
}
|
||||
anOS << "class " << anItem->CPPName() << ";\n";
|
||||
jj++;
|
||||
}
|
||||
anOS << "\n";
|
||||
|
||||
|
Reference in New Issue
Block a user