Boost C++ Libraries: Ticket #6712: Eliminate warnings with GCC https://svn.boost.org/trac10/ticket/6712 <p> From all the boost libraries I use, the test framework is the only one that reports some warning with -Wextra enabled in GCC. The attached patch addresses the following issues: </p> <ul><li>Unused parameters </li><li>enumeral and non-enumeral in return </li></ul><p> With this patch, I can add -Wextra and get no warnings from the boost test framework. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6712 Trac 1.4.3 mlang@… Tue, 20 Mar 2012 00:36:49 GMT attachment set https://svn.boost.org/trac10/ticket/6712 https://svn.boost.org/trac10/ticket/6712 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost_test_warnings.patch</span> </li> </ul> <p> Proposed patch to eliminate warnings with GCC </p> Ticket Gennadiy Rozental Mon, 05 Nov 2012 01:06:20 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6712#comment:1 https://svn.boost.org/trac10/ticket/6712#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/81180" title="fix for gcc warnings; Fixes #6712">[81180]</a>) fix for gcc warnings; Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/6712" title="#6712: Patches: Eliminate warnings with GCC (closed: fixed)">#6712</a> </p> Ticket Raffi Enficiaud Tue, 07 Jul 2015 08:30:23 GMT milestone changed https://svn.boost.org/trac10/ticket/6712#comment:2 https://svn.boost.org/trac10/ticket/6712#comment:2 <ul> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.59.0</span> </li> </ul> Ticket