fix warning

This commit is contained in:
Laurent Rineau 2023-07-11 17:15:27 +02:00
parent 38d7284522
commit a7511068ef
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ protected:
template <typename Visitor>
Constraint_id insert_constrained_edge_impl(Vertex_handle va, Vertex_handle vb,
Visitor& visitor) {
Visitor&) {
if(va != vb) {
const Constraint_id c_id = constraint_hierarchy.insert_constraint(va, vb);
// traverse all the vertices along [va, vb] and add pairs of consecutive