diff --git a/include/boost/graph/dijkstra_shortest_paths.hpp b/include/boost/graph/dijkstra_shortest_paths.hpp index ef6b824c..243b17f7 100644 --- a/include/boost/graph/dijkstra_shortest_paths.hpp +++ b/include/boost/graph/dijkstra_shortest_paths.hpp @@ -109,7 +109,7 @@ namespace boost { } template - void initialize_vertex(Vertex u, Graph& g) { } + void initialize_vertex(Vertex /*u*/, Graph& /*g*/) { } template void non_tree_edge(Edge, Graph&) { } template