Boost C++ Libraries: Ticket #2476: #including boost/test/included/unit_test.hpp causes compile errors https://svn.boost.org/trac10/ticket/2476 <p> In file included from /home/andyc/work/tiger/1/include/x86_64_linux_libc-2.7/boost/test/included/unit_test.hpp:19, </p> <blockquote> <p> from /home/andyc/work/tiger/1/fsb/smb/v2/test/main.cpp:2: </p> </blockquote> <p> /home/andyc/work/tiger/1/include/x86_64_linux_libc-2.7/boost/test/impl/debug.ipp:498: warning: unused parameter 'dsi' /home/andyc/work/tiger/1/include/x86_64_linux_libc-2.7/boost/test/impl/debug.ipp:553: warning: unused parameter 'dsi' /home/andyc/work/tiger/1/include/x86_64_linux_libc-2.7/boost/test/impl/debug.ipp:565: warning: unused parameter 'dsi' In file included from /home/andyc/work/tiger/1/include/x86_64_linux_libc-2.7/boost/test/included/unit_test.hpp:21, </p> <blockquote> <p> from /home/andyc/work/tiger/1/fsb/smb/v2/test/main.cpp:2: </p> </blockquote> <p> /home/andyc/work/tiger/1/include/x86_64_linux_libc-2.7/boost/test/impl/exception_safety.ipp:404: warning: unused parameter 'p' In file included from /home/andyc/work/tiger/1/include/x86_64_linux_libc-2.7/boost/test/included/unit_test.hpp:31, </p> <blockquote> <p> from /home/andyc/work/tiger/1/fsb/smb/v2/test/main.cpp:2: </p> </blockquote> <p> /home/andyc/work/tiger/1/include/x86_64_linux_libc-2.7/boost/test/impl/unit_test_main.ipp:103: warning: unused parameter 'tc_to_tun' </p> <p> The attached patch fixes it. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2476 Trac 1.4.3 ANDREW CHITTENDEN <andyc@…> Wed, 05 Nov 2008 10:25:41 GMT attachment set https://svn.boost.org/trac10/ticket/2476 https://svn.boost.org/trac10/ticket/2476 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">x.patch</span> </li> </ul> Ticket Marshall Clow Tue, 11 Nov 2008 00:35:29 GMT component changed; owner set https://svn.boost.org/trac10/ticket/2476#comment:1 https://svn.boost.org/trac10/ticket/2476#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Gennadiy Rozental</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">test</span> </li> </ul> Ticket Gennadiy Rozental Fri, 21 Nov 2008 23:20:47 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2476#comment:2 https://svn.boost.org/trac10/ticket/2476#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> These are fixed already I believe </p> Ticket