id summary reporter owner description type status milestone component version severity resolution keywords cc 10801 Used uninitialized error in boyer_myrvold_impl.hpp wanglurg@… Jeremiah Willcock "I met an error when using boyer_myrvold_planar_test() function in Boost_1_55_0 to generate the kuratowski subgraph. Error message is listed as follows: ./boost/graph/planar_detail/boyer_myrvold_impl.hpp:1545:11 error: 'z' may be used uninitialized in this function. I added a ""Wno-maybe-uninitialized"" flag to Makefile to remove this error temporarily, but it's not a good method. I'm looking for a better way to fix this. " Bugs new To Be Determined graph Boost 1.55.0 Problem