Boost C++ Libraries: Ticket #3591: boost\date_time\posix_time\time_serialize.hpp(140) : warning C4100: 'ar' : unreferenced formal parameter https://svn.boost.org/trac10/ticket/3591 <p> Warning flood. Patch: </p> <p> Index: date_time/posix_time/time_serialize.hpp =================================================================== --- date_time/posix_time/time_serialize.hpp (revision 66) +++ date_time/posix_time/time_serialize.hpp (working copy) @@ -137,7 +137,7 @@ </p> <blockquote> <p> <em>!override needed b/c no default constructor template&lt;class Archive&gt; </em></p> </blockquote> <p> -inline void load_construct_data(Archive &amp; ar, +inline void load_construct_data(Archive &amp; /*ar*/, </p> <blockquote> <p> posix_time::ptime* pt, const unsigned int /*file_version*/) </p> </blockquote> <blockquote> <p> { </p> </blockquote> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3591 Trac 1.4.3 Seweryn Habdank-Wojewodzki <seweryn@…> Thu, 05 Nov 2009 07:32:16 GMT attachment set https://svn.boost.org/trac10/ticket/3591 https://svn.boost.org/trac10/ticket/3591 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">date_time_posix_time_time_serialize.hpp.patch</span> </li> </ul> <p> Patch for the problem </p> Ticket Steven Watanabe Thu, 05 Nov 2009 17:49:02 GMT owner, component changed https://svn.boost.org/trac10/ticket/3591#comment:1 https://svn.boost.org/trac10/ticket/3591#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Robert Ramey</span> to <span class="trac-author">az_sw_dude</span> </li> <li><strong>component</strong> <span class="trac-field-old">serialization</span> → <span class="trac-field-new">date_time</span> </li> </ul> Ticket Andrey Semashev Wed, 09 Jun 2010 17:40:26 GMT <link>https://svn.boost.org/trac10/ticket/3591#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/3591#comment:2</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/62676" title="Silence the warnings. Refs #3591. ">[62676]</a>) Silence the warnings. Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3591" title="#3591: Bugs: boost\date_time\posix_time\time_serialize.hpp(140) : warning C4100: ... (closed: fixed)">#3591</a>. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Andrey Semashev</dc:creator> <pubDate>Wed, 09 Jun 2010 17:41:17 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/3591#comment:3 https://svn.boost.org/trac10/ticket/3591#comment:3 <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> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/62677" title="Silence the warnings. Fixes #3591. ">[62677]</a>) Silence the warnings. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3591" title="#3591: Bugs: boost\date_time\posix_time\time_serialize.hpp(140) : warning C4100: ... (closed: fixed)">#3591</a>. </p> Ticket