Boost C++ Libraries: Ticket #4016: [PATCH] boost/property_tree gcc warning cleanup https://svn.boost.org/trac10/ticket/4016 <p> Patch to clean up excessive gcc 4.x warning barf. </p> <p> To reproduce, compile any property_tree-using program with: -Wall -Wcast-align -Wconversion -Wdisabled-optimization -Werror=return-type -Wextra -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wno-multichar -Wpacked -Wredundant-decls -Wshadow -Wswitch-default -Wundef -Wwrite-strings -Wctor-dtor-privacy -Werror=non-virtual-dtor -Woverloaded-virtual </p> <p> Attached patch fixes the issue. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4016 Trac 1.4.3 Tatu Kilappa <tatu.kilappa@…> Mon, 15 Mar 2010 21:00:18 GMT attachment set https://svn.boost.org/trac10/ticket/4016 https://svn.boost.org/trac10/ticket/4016 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost_property_tree_gcc_warning_cleanup.diff</span> </li> </ul> Ticket Sebastian Redl Tue, 27 Apr 2010 09:33:20 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4016#comment:1 https://svn.boost.org/trac10/ticket/4016#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/61609" title="Fix a huge bunch of useless GCC warnings. Fixes bug 4016.">[61609]</a>) Fix a huge bunch of useless GCC warnings. Fixes bug 4016. </p> Ticket