Boost C++ Libraries: Ticket #4945: Shadowing and unused parameter warnings in asio https://svn.boost.org/trac10/ticket/4945 <p> On Mac OS 10.6.4 with GCC 4.3.0, there are numerous warnings about parameter names and local variable names that shadow other names. There are also a few warnings about unused parameters. Attached are patches for several instances of this. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4945 Trac 1.4.3 Rich McKeever <richmckeever@…> Tue, 07 Dec 2010 18:27:00 GMT attachment set https://svn.boost.org/trac10/ticket/4945 https://svn.boost.org/trac10/ticket/4945 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">asio_patches.tar</span> </li> </ul> Ticket Vicente Botet <vicente.botet@…> Tue, 07 Dec 2010 19:34:35 GMT type, severity changed https://svn.boost.org/trac10/ticket/4945#comment:1 https://svn.boost.org/trac10/ticket/4945#comment:1 <ul> <li><strong>type</strong> <span class="trac-field-old">Bugs</span> → <span class="trac-field-new">Patches</span> </li> <li><strong>severity</strong> <span class="trac-field-old">Problem</span> → <span class="trac-field-new">Cosmetic</span> </li> </ul> Ticket chris_kohlhoff Tue, 07 Dec 2010 22:10:08 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4945#comment:2 https://svn.boost.org/trac10/ticket/4945#comment:2 <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">duplicate</span> </li> </ul> <p> As noted in <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3905" title="#3905: Bugs: asio boost headers fail with g++-4.3.2 and -Wshadow -Werror (closed: fixed)">#3905</a>, will only consider looking at this once I finally remove the deprecated member functions named 'io_service()'. This change will eliminate much of the patch. </p> Ticket