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

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: ;
}
}