2
0
mirror of https://github.com/boostorg/graph.git synced 2026-02-01 20:42:11 +00:00

Remove names of unused variables. Fixes #1832 and fixes #1865

[SVN r44889]
This commit is contained in:
Douglas Gregor
2008-04-29 18:18:01 +00:00
parent bb1977b17a
commit ccf09ceddf

View File

@@ -109,7 +109,7 @@ namespace boost {
}
template <class Vertex, class Graph>
void initialize_vertex(Vertex u, Graph& g) { }
void initialize_vertex(Vertex /*u*/, Graph& /*g*/) { }
template <class Edge, class Graph>
void non_tree_edge(Edge, Graph&) { }
template <class Vertex, class Graph>