Thank you. I switch to 2.32 and it build with gcc-7.
Although it produces even more warnings (below is less then 1% of a log):
In file included from
/users/lisergey/include/boost/python/exception_translator.hpp:10:0,
from /users/lisergey/include/boost/python.hpp:28,
from graph_correlations_bind.cc:18:
/users/lisergey/include/boost/bind.hpp:41:1: note: #pragma message: The
practice of declaring the Bind placeholders (_1, _2, ...) in the global
namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace
boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the
current behavior.
)
^
In file included from
/users/lisergey/include/boost/python/exception_translator.hpp:10:0,
from /users/lisergey/include/boost/python.hpp:28,
from graph_avg_correlations.cc:20:
/users/lisergey/include/boost/bind.hpp:41:1: note: #pragma message: The
practice of declaring the Bind placeholders (_1, _2, ...) in the global
namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace
boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the
current behavior.
)
^
In file included from
/users/lisergey/include/boost/python/exception_translator.hpp:10:0,
from /users/lisergey/include/boost/python.hpp:28,
from graph_avg_correlations_combined.cc:20:
/users/lisergey/include/boost/bind.hpp:41:1: note: #pragma message: The
practice of declaring the Bind placeholders (_1, _2, ...) in the global
namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace
boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the
current behavior.
)
^
In file included from
/users/lisergey/include/boost/python/exception_translator.hpp:10:0,
from /users/lisergey/include/boost/python.hpp:28,
from graph_correlations_combined.cc:20:
/users/lisergey/include/boost/bind.hpp:41:1: note: #pragma message: The
practice of declaring the Bind placeholders (_1, _2, ...) in the global
namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace
boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the
current behavior.
)
^
In file included from
/users/lisergey/include/boost/python/exception_translator.hpp:10:0,
from /users/lisergey/include/boost/python.hpp:28,
from ../../../src/graph/numpy_bind.hh:22,
from graph_correlations.hh:28,
from graph_avg_correlations.hh:21,
from graph_avg_correlations_imp1.cc:25:
/users/lisergey/include/boost/bind.hpp:41:1: note: #pragma message: The
practice of declaring the Bind placeholders (_1, _2, ...) in the global
namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace
boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the
current behavior.
)
^
In file included from
/users/lisergey/include/boost/python/exception_translator.hpp:10:0,
from /users/lisergey/include/boost/python.hpp:28,
from graph_correlations.cc:20:
/users/lisergey/include/boost/bind.hpp:41:1: note: #pragma message: The
practice of declaring the Bind placeholders (_1, _2, ...) in the global
namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace
boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the
current behavior.
)
^
In file included from
/users/lisergey/include/boost/python/exception_translator.hpp:10:0,
from /users/lisergey/include/boost/python.hpp:28,
from ../../../src/graph/numpy_bind.hh:22,
from graph_correlations.hh:28,
from graph_corr_hist.hh:21,
from graph_correlations_imp1.cc:25:
/users/lisergey/include/boost/bind.hpp:41:1: note: #pragma message: The
practice of declaring the Bind placeholders (_1, _2, ...) in the global
namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace
boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the
current behavior.
)
^
In file included from
/users/lisergey/include/boost/python/exception_translator.hpp:10:0,
from /users/lisergey/include/boost/python.hpp:28,
from graph_assortativity.cc:130:
/users/lisergey/include/boost/bind.hpp:41:1: note: #pragma message: The
practice of declaring the Bind placeholders (_1, _2, ...) in the global
namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace
boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the
current behavior.
)
^
In file included from /users/lisergey/include/boost/multi_array.hpp:29:0,
from ../../../src/graph/histogram.hh:26,
from graph_correlations.hh:27,
from graph_avg_correlations.hh:21,
from graph_avg_correlations_combined.cc:26:
/users/lisergey/include/boost/multi_array/base.hpp: In member function
'boost::multi_array<T, NumDims, Allocator>& boost::multi_array<T, NumDims,
::resize(const boost::detail::multi_array::extent_gen<NumDims>&)
[with T = long double; long unsigned int NumDims = 1; Allocator =
std::allocator<long double>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
boost::array<index,NDims> new_strides;
^~~~~~~~~~~
/users/lisergey/include/boost/multi_array/base.hpp: In member function
'boost::multi_array<T, NumDims, Allocator>& boost::multi_array<T, NumDims,
::resize(const boost::detail::multi_array::extent_gen<NumDims>&)
[with T = int; long unsigned int NumDims = 1; Allocator =
std::allocator<int>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In member function
'boost::multi_array<T, NumDims, Allocator>& boost::multi_array<T, NumDims,
::resize(const boost::detail::multi_array::extent_gen<NumDims>&)
[with T = double; long unsigned int NumDims = 1; Allocator =
std::allocator<double>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
In file included from /users/lisergey/include/boost/multi_array.hpp:29:0,
from ../../../src/graph/histogram.hh:26,
from graph_avg_correlations_imp1.cc:21:
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
boost::array<index,NDims> new_strides;
^~~~~~~~~~~
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<unsigned char,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<unsigned char,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::typed_identity_property_map<long unsigned int>
; WeightMap = graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<unsigned char,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<double,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<unsigned char,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long int,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<unsigned char,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<int,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
In file included from /users/lisergey/include/boost/multi_array.hpp:29:0,
from ../../../src/graph/histogram.hh:26,
from graph_correlations.hh:27,
from graph_avg_correlations.hh:21,
from graph_avg_correlations.cc:26:
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
boost::array<index,NDims> new_strides;
^~~~~~~~~~~
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<unsigned char,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<short int,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<unsigned char,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<unsigned char,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<unsigned char,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<unsigned char,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 = graph_tool::total_degreeS; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<unsigned char,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 = graph_tool::out_degreeS; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<unsigned char,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 = graph_tool::in_degreeS; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<unsigned char,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<unsigned char,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::typed_identity_property_map<long unsigned int>
; WeightMap = graph_tool::UnityPropertyMap<int,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<unsigned char,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<double,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<unsigned char,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<unsigned char,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long int,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<unsigned char,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::typed_identity_property_map<long unsigned int>
; WeightMap = graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<unsigned char,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<int,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<unsigned char,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<double,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<unsigned char,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<short int,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<unsigned char,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long int,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<unsigned char,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<unsigned char,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<unsigned char,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<int,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<unsigned char,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 = graph_tool::total_degreeS; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<unsigned char,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<short int,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<unsigned char,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 = graph_tool::out_degreeS; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<unsigned char,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<unsigned char,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<unsigned char,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 = graph_tool::in_degreeS; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<unsigned char,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 = graph_tool::total_degreeS; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In member function
'boost::multi_array<T, NumDims, Allocator>& boost::multi_array<T, NumDims,
::resize(const boost::detail::multi_array::extent_gen<NumDims>&)
[with T = long double; long unsigned int NumDims = 1; Allocator =
std::allocator<long double>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<unsigned char,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 = graph_tool::out_degreeS; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In member function
'boost::multi_array<T, NumDims, Allocator>& boost::multi_array<T, NumDims,
::resize(const boost::detail::multi_array::extent_gen<NumDims>&)
[with T = int; long unsigned int NumDims = 1; Allocator =
std::allocator<int>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<unsigned char,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 = graph_tool::in_degreeS; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In member function
'boost::multi_array<T, NumDims, Allocator>& boost::multi_array<T, NumDims,
::resize(const boost::detail::multi_array::extent_gen<NumDims>&)
[with T = long double; long unsigned int NumDims = 1; Allocator =
std::allocator<long double>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In member function
'boost::multi_array<T, NumDims, Allocator>& boost::multi_array<T, NumDims,
::resize(const boost::detail::multi_array::extent_gen<NumDims>&)
[with T = double; long unsigned int NumDims = 1; Allocator =
std::allocator<double>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In member function
'boost::multi_array<T, NumDims, Allocator>& boost::multi_array<T, NumDims,
::resize(const boost::detail::multi_array::extent_gen<NumDims>&)
[with T = double; long unsigned int NumDims = 1; Allocator =
std::allocator<double>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 = graph_tool::in_degreeS; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 = graph_tool::out_degreeS; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 = graph_tool::total_degreeS; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<unsigned char,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<short int,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<int,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 = graph_tool::in_degreeS; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long int,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 = graph_tool::out_degreeS; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<double,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 = graph_tool::total_degreeS; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::typed_identity_property_map<long unsigned int>
; WeightMap = graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<unsigned char,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 = graph_tool::in_degreeS; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<short int,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 = graph_tool::out_degreeS; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<int,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 = graph_tool::total_degreeS; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long int,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<unsigned char,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<double,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<short int,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::typed_identity_property_map<long unsigned int>
; WeightMap = graph_tool::UnityPropertyMap<int,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<int,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long int,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<double,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::typed_identity_property_map<long unsigned int>
; WeightMap = graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::in_degreeS; DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::out_degreeS; DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::total_degreeS; DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::typed_identity_property_map<long unsigned int>
; DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 = graph_tool::in_degreeS; DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 = graph_tool::out_degreeS; DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 = graph_tool::total_degreeS; DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 =
graph_tool::scalarS<boost::typed_identity_property_map<long unsigned int>
; DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 = graph_tool::in_degreeS; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 = graph_tool::out_degreeS; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 = graph_tool::total_degreeS; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<unsigned char,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<short int,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<int,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long int,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<double,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::typed_identity_property_map<long unsigned int>
; WeightMap = graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 = graph_tool::in_degreeS; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 = graph_tool::out_degreeS; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 = graph_tool::total_degreeS; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<unsigned char,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 = graph_tool::in_degreeS; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<short int,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 = graph_tool::out_degreeS; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<int,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 = graph_tool::total_degreeS; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long int,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<unsigned char,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<double,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<short int,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::typed_identity_property_map<long unsigned int>
; WeightMap = graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<int,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long int,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long int,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<double,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<double,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::typed_identity_property_map<long unsigned int>
; WeightMap = graph_tool::UnityPropertyMap<int,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<int,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long int,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<int,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<short int,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<int,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<int,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long int,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<int,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 = graph_tool::in_degreeS; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long int,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<short int,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<short int,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 = graph_tool::in_degreeS; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<short int,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 = graph_tool::out_degreeS; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<int,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<short int,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 = graph_tool::out_degreeS; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<short int,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 = graph_tool::total_degreeS; WeightMap =
graph_tool::DynamicPropertyMapWrap<long double,
boost::detail::adj_edge_descriptor<long unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<int,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<short int,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::undirected_adaptor<boost::adj_list<long unsigned int> >;
DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<short int,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<long double,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<short int,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<short int,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
/users/lisergey/include/boost/multi_array/base.hpp: In function 'void
graph_tool::parallel_vertex_loop_no_spawn(const Graph&, F&&) [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; F =
graph_tool::get_avg_correlation<GetDegreePair>::operator()(Graph&,
DegreeSelector1, DegreeSelector2, WeightMap) const [with Graph =
boost::reversed_graph<boost::adj_list<long unsigned int>, const
boost::adj_list<long unsigned int>&>; DegreeSelector1 =
graph_tool::scalarS<boost::unchecked_vector_property_map<short int,
boost::typed_identity_property_map<long unsigned int> > >;
DegreeSelector2 =
graph_tool::scalarS<boost::unchecked_vector_property_map<double,
boost::typed_identity_property_map<long unsigned int> > >; WeightMap =
graph_tool::UnityPropertyMap<int, boost::detail::adj_edge_descriptor<long
unsigned int> >; GetDegreePair =
graph_tool::GetNeighborsPairs]::<lambda(auto:29)>]':
/users/lisergey/include/boost/multi_array/base.hpp:416:31: warning:
'new_strides.boost::array<long int, 1>::elems[0]' may be used uninitialized
in this function [-Wmaybe-uninitialized]
In file included from ../../../src/graph/graph_properties.hh:29:0,
from ../../../src/graph/graph.hh:35,
from ../../../src/graph/graph_filtering.hh:21,
from graph_assortativity.cc:18:
/users/lisergey/include/boost/python/extract.hpp: In member function
'std::size_t std::hash<boost::python::api::object>::operator()(const
boost::python::api::object&) const':
/users/lisergey/include/boost/python/extract.hpp:185:11: warning:
'*((void*)&<anonymous> +24)' may be used uninitialized in this function
[-Wmaybe-uninitialized]
);