Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r78649 - branches/release/boost/graph/distributed
From: jewillco_at_[hidden]
Date: 2012-05-26 15:24:04


Author: jewillco
Date: 2012-05-26 15:24:04 EDT (Sat, 26 May 2012)
New Revision: 78649
URL: http://svn.boost.org/trac/boost/changeset/78649

Log:
Fixed unused variable warning
Text files modified:
   branches/release/boost/graph/distributed/page_rank.hpp | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: branches/release/boost/graph/distributed/page_rank.hpp
==============================================================================
--- branches/release/boost/graph/distributed/page_rank.hpp (original)
+++ branches/release/boost/graph/distributed/page_rank.hpp 2012-05-26 15:24:04 EDT (Sat, 26 May 2012)
@@ -93,6 +93,7 @@
     ::const_type vertex_owner_map;
   typename property_map<Graph, vertex_owner_t>::const_type
     owner = get(vertex_owner, g);
+ (void)owner;
 
   typedef typename boost::graph::parallel::process_group_type<Graph>
     ::type process_group_type;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk