1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-15 08:44:26 +00:00

Reduced some compiler warnings.

This commit is contained in:
bubnikv
2016-11-16 22:09:00 +01:00
parent 901ec0ad37
commit c3af189045
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -504,7 +504,7 @@ arrange(size_t total_parts, const Pointf &part_size, coordf_t dist, const Boundi
}
cellsorder.insert(cellsorder.begin() + low, ArrangeItemIndex(index, c));
}
ENDSORT: true;
ENDSORT: ;
}
}