Boost C++ Libraries: Ticket #1728: [date_time] unreferenced formal parameter warnings from VC9 https://svn.boost.org/trac10/ticket/1728 <p> Running the date_time regression tests with Visual Studio 2008 on warning level 4 results in some 'unreferenced formal parameter' warnings: </p> <pre class="wiki">boost/date_time/period_parser.hpp(122) : warning C4100: 'p' : unreferenced formal parameter boost/date_time/local_timezone_defs.hpp(69) : warning C4100: 'y' : unreferenced formal parameter boost/date_time/date_parsing.hpp(249) : warning C4100: 'end' : unreferenced formal parameter boost/date_time/date_parsing.hpp(213) : warning C4100: 'end' : unreferenced formal parameter boost/date_time/time.hpp(80) : warning C4100: 'as_offset' : unreferenced formal parameter boost/date_time/time.hpp(87) : warning C4100: 'as_offset' : unreferenced formal parameter boost/date_time/time_system_split.hpp(79) : warning C4100: 'dst' : unreferenced formal parameter </pre><p> The attached patch silences these for me. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1728 Trac 1.4.3 Richard Webb <richard.webb@…> Sat, 29 Mar 2008 21:30:15 GMT attachment set https://svn.boost.org/trac10/ticket/1728 https://svn.boost.org/trac10/ticket/1728 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">date_time_unref.patch</span> </li> </ul> Ticket Andrey Semashev Thu, 13 Nov 2008 20:10:41 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1728#comment:1 https://svn.boost.org/trac10/ticket/1728#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> Ticket