summaryrefslogtreecommitdiff
path: root/boost/graph/distributed/page_rank.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/graph/distributed/page_rank.hpp')
-rw-r--r--boost/graph/distributed/page_rank.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/boost/graph/distributed/page_rank.hpp b/boost/graph/distributed/page_rank.hpp
index c2c230d387..1fc43ed683 100644
--- a/boost/graph/distributed/page_rank.hpp
+++ b/boost/graph/distributed/page_rank.hpp
@@ -93,6 +93,7 @@ page_rank_impl(const Graph& g, RankMap rank_map, Done done,
::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;