mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
Eliminate newly appeared warnings
This commit is contained in:
@@ -93,7 +93,7 @@ const Handle(TopoDS_TShape)& VrmlData_IndexedFaceSet::TShape ()
|
||||
NCollection_DataMap <int, int> mapNodeId;
|
||||
|
||||
// Count non-degenerated triangles
|
||||
const int nNodes = myCoords->Length();
|
||||
const int nNodes = (int)myCoords->Length();
|
||||
for (i = 0; i < (int)myNbPolygons; i++) {
|
||||
const Standard_Integer * arrIndice;
|
||||
if (Polygon(i, arrIndice) == 3) {
|
||||
|
Reference in New Issue
Block a user