Error "Used Uninitialized" in boyer_myrvold_impl.hpp
Hi, guys, I'm a new boost graph library user. 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. Does anyone encounter the same case? Best regards, Lu Wang -- View this message in context: http://boost.2283326.n4.nabble.com/Error-Used-Uninitialized-in-boyer-myrvold... Sent from the Boost - Users mailing list archive at Nabble.com.
On Nov 18, 2014, at 5:32 PM, wanglurg
I'm a new boost graph library user. 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. Does anyone encounter the same case?
I just pushed this commit to develop that should fix this warning, thanks for reporting this. — Noel
Hi, Noel, Is there any updates on this issue? Thanks, Lu On Tue, Nov 18, 2014 at 7:14 PM, Belcourt, Kenneth [via Boost] < ml-node+s2283326n4669253h88@n4.nabble.com> wrote:
On Nov 18, 2014, at 5:32 PM, wanglurg <[hidden email] http:///user/SendEmail.jtp?type=node&node=4669253&i=0> wrote:
I'm a new boost graph library user. 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. Does anyone encounter the same case?
I just pushed this commit to develop that should fix this warning, thanks for reporting this.
— Noel
_______________________________________________ Boost-users mailing list [hidden email] http:///user/SendEmail.jtp?type=node&node=4669253&i=1 http://lists.boost.org/mailman/listinfo.cgi/boost-users
------------------------------ If you reply to this email, your message will be added to the discussion below:
http://boost.2283326.n4.nabble.com/Error-Used-Uninitialized-in-boyer-myrvold... To unsubscribe from Error "Used Uninitialized" in boyer_myrvold_impl.hpp, click here http://boost.2283326.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4669240&code=d2FuZ2x1cmdAZ21haWwuY29tfDQ2NjkyNDB8LTg5ODA3ODAwNg== . NAML http://boost.2283326.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml
-- Lu Wang Electrical and Computer Engineering Department The University of Texas at San Antonio One UTSA Circle, San Antonio, TX, 78249 TEL: (210) 861-0857 -- View this message in context: http://boost.2283326.n4.nabble.com/Error-Used-Uninitialized-in-boyer-myrvold... Sent from the Boost - Users mailing list archive at Nabble.com.
participants (2)
-
Belcourt, Kenneth
-
wanglurg