Boost C++ Libraries: Ticket #5309: Multiple unused parameter warnings in boost/parameter/aux_/tagged_argument.hpp https://svn.boost.org/trac10/ticket/5309 <p> Ticket <a class="new ticket" href="https://svn.boost.org/trac10/ticket/4954" title="#4954: Patches: Unused parameter warning in boost/parameter/aux_/tagged_argument.hpp (new)">#4954</a> has pointed out one of these warnings already (line 123) however there is one more on line 135 (and possibly others?). </p> <p> Line 123 and line 135 both have the same problem where there is an unused parameter which generates a compiler warning (GCC 4.1.2 on Red Hat Enterprise Linux Server release 5.2). </p> <p> The attached patch fixes both of these. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5309 Trac 1.4.3 Colin Powers <colin.powers@…> Tue, 15 Mar 2011 15:20:26 GMT attachment set https://svn.boost.org/trac10/ticket/5309 https://svn.boost.org/trac10/ticket/5309 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">tagged_argument.hpp.patch</span> </li> </ul> <p> Patch to fix unused parameter compiler warnings </p> Ticket