Silence obvious compiler warnings

Generated with the assistance of an AI coding tool.
This commit is contained in:
Thomas Krijnen
2026-08-08 17:08:26 +02:00
parent b706121f53
commit 61f30dd200
28 changed files with 175 additions and 150 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ bool ifcopenshell::geom::iterator::initialize() {
if (folded.size() < tasks_.size()) {
auto old_size = tasks_.size();
tasks_.clear();
size_t i = 0;
int i = 0;
for (auto& p : folded) {
tasks_.emplace_back();
tasks_.back().index = i++;