$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: dgregor_at_[hidden]
Date: 2008-04-29 14:19:08
Author: dgregor
Date: 2008-04-29 14:19:07 EDT (Tue, 29 Apr 2008)
New Revision: 44890
URL: http://svn.boost.org/trac/boost/changeset/44890
Log:
Merge Boost.Graph fix from mainline
Text files modified: 
   branches/release/boost/graph/dijkstra_shortest_paths.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/boost/graph/dijkstra_shortest_paths.hpp
==============================================================================
--- branches/release/boost/graph/dijkstra_shortest_paths.hpp	(original)
+++ branches/release/boost/graph/dijkstra_shortest_paths.hpp	2008-04-29 14:19:07 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>