diff --git a/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/Orbifold_Tutte_parameterizer_3.h b/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/Orbifold_Tutte_parameterizer_3.h index 49b29899473..98b2027d708 100644 --- a/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/Orbifold_Tutte_parameterizer_3.h +++ b/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/Orbifold_Tutte_parameterizer_3.h @@ -352,7 +352,7 @@ private: // (note that this should thus be 2*num_vertices, but in the filling functions // we use 2*line_number to fill two at the time...) int current_line_id_in_M = static_cast(num_vertices(mesh)); - int initial_line_id = current_line_id_in_M; + CGAL_assertion_code(int initial_line_id = current_line_id_in_M;) // Initialize some variables used in the seam walk int start_cone_index = -1; // index of the beginning of the seam