fibonacci_heap
../libs/graph/example/fibonacci_heap.cpp:44:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
graph-assoc-types
../libs/graph/example/graph-assoc-types.cpp:16:69: warning: typedef 'using Vertex = typename boost::graph_traits<Graph>::vertex_descriptor' locally defined but not used [-Wunused-local-typedefs]
../libs/graph/example/graph-assoc-types.cpp:17:65: warning: typedef 'using Edge = typename boost::graph_traits<Graph>::edge_descriptor' locally defined but not used [-Wunused-local-typedefs]
../libs/graph/example/graph-assoc-types.cpp:19:66: warning: typedef 'using Dir = typename boost::graph_traits<Graph>::directed_category' locally defined but not used [-Wunused-local-typedefs]
../libs/graph/example/graph-assoc-types.cpp:20:71: warning: typedef 'using Par = typename boost::graph_traits<Graph>::edge_parallel_category' locally defined but not used [-Wunused-local-typedefs]
incremental-components-eg
../boost/pending/detail/disjoint_sets.hpp:58:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
../boost/pending/detail/disjoint_sets.hpp:59:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
incremental_components
../boost/pending/detail/disjoint_sets.hpp:58:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
../boost/pending/detail/disjoint_sets.hpp:59:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
min_degree_empty
../libs/graph/test/min_degree_empty.cpp:40:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
quick-tour
../libs/graph/example/quick-tour.cpp:34:67: warning: typedef 'using iter_t = typename boost::graph_traits<Graph>::vertex_iterator' locally defined but not used [-Wunused-local-typedefs]
r_c_shortest_paths_example
../boost/graph/r_c_shortest_paths.hpp:200:49: warning: typedef 'LTraits' locally defined but not used [-Wunused-local-typedefs]
r_c_shortest_paths_test
../boost/graph/r_c_shortest_paths.hpp:200:49: warning: typedef 'LTraits' locally defined but not used [-Wunused-local-typedefs]
rcsp_custom_vertex_id
../boost/graph/r_c_shortest_paths.hpp:200:49: warning: typedef 'LTraits' locally defined but not used [-Wunused-local-typedefs]
rcsp_single_solution
../boost/graph/r_c_shortest_paths.hpp:200:49: warning: typedef 'LTraits' locally defined but not used [-Wunused-local-typedefs]
two_graphs_common_spanning_trees
../libs/graph/example/two_graphs_common_spanning_trees.cpp:57:23: warning: unused variable 'vec' [-Wunused-variable]