mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-15 04:04:07 +08:00
0022922: Clean up warnings on uninitialized / unused variables
This commit is contained in:
committed by
bugmaster
parent
25289ec1e1
commit
6e6cd5d949
@@ -95,7 +95,6 @@ void BinMDataStd_ExtStringArrayDriver::Paste
|
||||
const TColStd_Array1OfExtendedString& aSourceArray = anAtt->Array()->Array1();
|
||||
const Standard_Integer aFirstInd = aSourceArray.Lower();
|
||||
const Standard_Integer aLastInd = aSourceArray.Upper();
|
||||
const Standard_Integer aLength = aLastInd - aFirstInd + 1;
|
||||
theTarget << aFirstInd << aLastInd;
|
||||
for (Standard_Integer i = aFirstInd; i <= aLastInd; i ++)
|
||||
theTarget << anAtt->Value( i );
|
||||
|
||||
Reference in New Issue
Block a user