Boost C++ Libraries: Ticket #4433: there is no warning number '4284' https://svn.boost.org/trac10/ticket/4433 <p> <code>boost/smart_ptr/shared_ptr.hpp</code> line 55 elicits the warning </p> <pre class="wiki">C4619: #pragma warning : there is no warning number '4284' </pre><p> from Visual C++ 2010. Apparently modern versions of the Microsoft compiler have retired this one to the point of being completely oblivious to it. Presumably this pragma should be made active only for older releases of the Microsoft compiler. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4433 Trac 1.4.3 Matthew Bradbury <matt-bradbury@…> Thu, 16 Dec 2010 00:18:22 GMT <link>https://svn.boost.org/trac10/ticket/4433#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4433#comment:1</guid> <description> <p> The same warning also occurs in boost/smart_ptr/intrusive_ptr.hpp on line 20 </p> </description> <category>Ticket</category> </item> <item> <author>Matthew Bradbury <matt-bradbury@…></author> <pubDate>Thu, 16 Dec 2010 09:33:00 GMT</pubDate> <title>attachment set https://svn.boost.org/trac10/ticket/4433 https://svn.boost.org/trac10/ticket/4433 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">4433-no-pragma-for-unused-warning.patch</span> </li> </ul> <p> Disable the pragma on Visual Studio 10 </p> Ticket Matthew Bradbury <matt-bradbury@…> Thu, 16 Dec 2010 09:33:41 GMT type changed https://svn.boost.org/trac10/ticket/4433#comment:2 https://svn.boost.org/trac10/ticket/4433#comment:2 <ul> <li><strong>type</strong> <span class="trac-field-old">Bugs</span> → <span class="trac-field-new">Patches</span> </li> </ul> Ticket Peter Dimov Thu, 24 Feb 2011 17:32:13 GMT status changed https://svn.boost.org/trac10/ticket/4433#comment:3 https://svn.boost.org/trac10/ticket/4433#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket Peter Dimov Thu, 24 Feb 2011 20:48:21 GMT <link>https://svn.boost.org/trac10/ticket/4433#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4433#comment:4</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/69245" title="Warning 4284 is obsolete. Refs #4433.">[69245]</a>) Warning 4284 is obsolete. Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4433" title="#4433: Patches: there is no warning number '4284' (closed: fixed)">#4433</a>. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Peter Dimov</dc:creator> <pubDate>Tue, 22 Mar 2011 23:23:47 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/4433#comment:5 https://svn.boost.org/trac10/ticket/4433#comment:5 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</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/70434" title="Merge [69245] to release. Fixes #4433.">[70434]</a>) Merge <a class="changeset" href="https://svn.boost.org/trac10/changeset/69245" title="Warning 4284 is obsolete. Refs #4433.">[69245]</a> to release. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4433" title="#4433: Patches: there is no warning number '4284' (closed: fixed)">#4433</a>. </p> Ticket