ifcgeom: Remove unneeded cast causing warning by -Wignored-qualifiers

This commit is contained in:
Priit Laes
2021-03-18 08:41:12 +02:00
committed by Thomas Krijnen
parent 36ade628cf
commit 077f9b701d
+1 -1
View File
@@ -774,7 +774,7 @@ bool IfcGeom::Kernel::convert_openings(const IfcSchema::IfcProduct* entity, cons
convert_shapes(*it2,opening_shapes);
}
const unsigned int current_size = (const unsigned int) opening_shapes.size();
const unsigned int current_size = opening_shapes.size();
for ( unsigned int i = last_size; i < current_size; ++ i ) {
opening_shapes[i].prepend(opening_trsf);
}