Warnings: teeks99-dkr-mg15-14 - graph / gcc-15~c++14
Rev a01fcaf87b34000c43350c9a42faa81fa9237967 / Thu, 11 Jun 2026 02:16:20 +0000
bellman-example
../boost/graph/detail/adjacency_list.hpp:2276:20: warning: ???p??? may be used uninitialized [-Wmaybe-uninitialized]
                
bfs-name-printer
../boost/graph/detail/adjacency_list.hpp:2276:20: warning: ???p??? may be used uninitialized [-Wmaybe-uninitialized]
                
biconnected_components_test
../boost/graph/detail/adjacency_list.hpp:2276:20: warning: ???p??? may be used uninitialized [-Wmaybe-uninitialized]
                
delete_edge
../boost/graph/detail/adjacency_list.hpp:2276:20: warning: ???p??? may be used uninitialized [-Wmaybe-uninitialized]
                
edge_coloring
../boost/graph/detail/adjacency_list.hpp:2276:20: warning: ???p??? may be used uninitialized [-Wmaybe-uninitialized]
                
fibonacci_heap
../libs/graph/example/fibonacci_heap.cpp:44:31: warning: comparison of integer expressions of different signedness: ???int??? and ???std::vector<float>::size_type??? {aka ???long unsigned int???} [-Wsign-compare]
../libs/graph/example/fibonacci_heap.cpp:47:32: warning: ???void std::random_shuffle(_RAIter, _RAIter) [with _RAIter = __gnu_cxx::__normal_iterator<float*, vector<float> >]??? is deprecated: use 'std::shuffle' instead [-Wdeprecated-declarations]
                
graph-assoc-types
../libs/graph/example/graph-assoc-types.cpp:16:11: warning: typedef ???using Vertex = typename boost::graph_traits<G>::vertex_descriptor??? locally defined but not used [-Wunused-local-typedefs]
../libs/graph/example/graph-assoc-types.cpp:17:11: warning: typedef ???using Edge = typename boost::graph_traits<G>::edge_descriptor??? locally defined but not used [-Wunused-local-typedefs]
../libs/graph/example/graph-assoc-types.cpp:19:11: warning: typedef ???using Dir = typename boost::graph_traits<G>::directed_category??? locally defined but not used [-Wunused-local-typedefs]
../libs/graph/example/graph-assoc-types.cpp:20:11: warning: typedef ???using Par = typename boost::graph_traits<G>::edge_parallel_category??? locally defined but not used [-Wunused-local-typedefs]
                
incremental-components-eg
../boost/pending/detail/disjoint_sets.hpp:58:18: warning: comparison of integer expressions of different signedness: ???int??? and ???const long unsigned int??? [-Wsign-compare]
../boost/pending/detail/disjoint_sets.hpp:59:18: warning: comparison of integer expressions of different signedness: ???int??? and ???const long unsigned int??? [-Wsign-compare]
                
incremental_components
../boost/pending/detail/disjoint_sets.hpp:58:18: warning: comparison of integer expressions of different signedness: ???int??? and ???const long unsigned int??? [-Wsign-compare]
../boost/pending/detail/disjoint_sets.hpp:59:18: warning: comparison of integer expressions of different signedness: ???int??? and ???const long unsigned int??? [-Wsign-compare]
                
min_degree_empty
../libs/graph/test/min_degree_empty.cpp:40:29: warning: comparison of integer expressions of different signedness: ???std::map<int, int>::mapped_type??? {aka ???int???} and ???size_t??? {aka ???long unsigned int???} [-Wsign-compare]
                
quick-tour
../libs/graph/example/quick-tour.cpp:34:11: warning: typedef ???using iter_t = typename boost::graph_traits<G>::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]
                
vf2_sub_graph_iso_test
../libs/graph/test/vf2_sub_graph_iso_test.cpp:80:24: warning: ???void std::random_shuffle(_RAIter, _RAIter, _Generator&&) [with _RAIter = __gnu_cxx::__normal_iterator<long unsigned int*, vector<long unsigned int> >; _Generator = random_functor<mersenne_twister_engine<long unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253> >&]??? is deprecated: use 'std::shuffle' instead [-Wdeprecated-declarations]