Boost C++ Libraries: Ticket #7131: shared_ptr_helper.hpp:130: warning: unused parameter ‘t’ https://svn.boost.org/trac10/ticket/7131 <p> get_object_identifier(T &amp; t) at line 130 in boost/archive/shared_ptr_helper.hpp does not use its parameter t fix: replace line 130 with: get_object_identifier(T &amp; ){ </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7131 Trac 1.4.3 jochen.welle@… Fri, 13 Jul 2012 12:56:57 GMT attachment set https://svn.boost.org/trac10/ticket/7131 https://svn.boost.org/trac10/ticket/7131 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">shared_ptr_helper.patch</span> </li> </ul> <p> fix unused parameter t at line 130 </p> Ticket Robert Ramey Sun, 15 Jul 2012 18:20:44 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/7131#comment:1 https://svn.boost.org/trac10/ticket/7131#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> fixed in 1.52 </p> Ticket