fix a warning

This commit is contained in:
Laurent Rineau 2023-09-26 15:33:44 +02:00
parent 38e836c963
commit a1ac93b529
1 changed files with 1 additions and 1 deletions

View File

@ -1873,7 +1873,7 @@ private:
typename CDT_2::Locate_type lt;
int i;
auto fh = cdt_2.locate(steiner_pt, lt, i, fh_2d);
CGAL_assertion(!fh->info().is_outside_the_face);
CGAL_assertion(!fh->info().is_outside_the_face); CGAL_USE(fh);
const auto v_2d = non_const_cdt_2.insert(steiner_pt, fh_2d);
v_2d->info().vertex_handle_3d = v;
auto f_circ = cdt_2.incident_faces(v_2d);