Fixed some compiler warnings
This commit is contained in:
parent
f5662458a2
commit
479a39ce0e
9 changed files with 41 additions and 36 deletions
|
@ -253,7 +253,7 @@ Surfaces expand_bridges_detect_orientations(
|
|||
for (; it_bridge_anchor != bridge_anchors.end() && it_bridge_anchor->src == bridge_id; ++ it_bridge_anchor) {
|
||||
if (last_anchor_id != int(it_bridge_anchor->boundary)) {
|
||||
last_anchor_id = int(it_bridge_anchor->boundary);
|
||||
append(anchor_areas, std::move(to_polygons(shells[last_anchor_id])));
|
||||
append(anchor_areas, to_polygons(shells[last_anchor_id]));
|
||||
}
|
||||
// if (Points &polyline = it_bridge_anchor->path; polyline.size() >= 2) {
|
||||
// reserve_more_power_of_2(lines, polyline.size() - 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue