mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 21:58:03 -06:00
Fixing some compilation warnings
This commit is contained in:
parent
95c5763b83
commit
ba5e8860cb
3 changed files with 3 additions and 5 deletions
|
@ -69,7 +69,7 @@ static bool clip_narrow_corner(
|
|||
Vec2i64 p2 = it2->cast<int64_t>();
|
||||
Vec2i64 p02;
|
||||
Vec2i64 p22;
|
||||
int64_t dist2_next;
|
||||
int64_t dist2_next = 0;
|
||||
|
||||
// As long as there is at least a single triangle left in the polygon.
|
||||
while (polygon.size() >= 3) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue