$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: dgregor_at_[hidden]
Date: 2008-04-29 14:18:02
Author: dgregor
Date: 2008-04-29 14:18:01 EDT (Tue, 29 Apr 2008)
New Revision: 44889
URL: http://svn.boost.org/trac/boost/changeset/44889
Log:
Remove names of unused variables. Fixes #1832 and fixes #1865
Text files modified: 
   trunk/boost/graph/dijkstra_shortest_paths.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/graph/dijkstra_shortest_paths.hpp
==============================================================================
--- trunk/boost/graph/dijkstra_shortest_paths.hpp	(original)
+++ trunk/boost/graph/dijkstra_shortest_paths.hpp	2008-04-29 14:18:01 EDT (Tue, 29 Apr 2008)
@@ -109,7 +109,7 @@
       }
 
       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>