diff --git a/BGL/include/CGAL/boost/graph/dijkstra_shortest_paths.hpp b/BGL/include/CGAL/boost/graph/dijkstra_shortest_paths.hpp index 84b42a287c3..da6ce054761 100644 --- a/BGL/include/CGAL/boost/graph/dijkstra_shortest_paths.hpp +++ b/BGL/include/CGAL/boost/graph/dijkstra_shortest_paths.hpp @@ -75,7 +75,8 @@ namespace boost { template struct DijkstraVisitorConcept { void constraints() { - BOOST_CONCEPT_ASSERT(( CopyConstructibleConcept )); +// commented to avoid an unused vaiable warning +// BOOST_CONCEPT_ASSERT(( CopyConstructibleConcept )); vis.initialize_vertex(u, g); vis.discover_vertex(u, g); vis.examine_vertex(u, g);