Boost C++ Libraries: Ticket #4432: there is no warning number '4284' https://svn.boost.org/trac10/ticket/4432 <p> <code>boost/operators.hpp</code> line 92 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/4432 Trac 1.4.3 Matthew Bradbury <matt-bradbury@…> Thu, 16 Dec 2010 09:37:28 GMT attachment set https://svn.boost.org/trac10/ticket/4432 https://svn.boost.org/trac10/ticket/4432 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">4432-no-pragma-for-unused-warning.patch</span> </li> </ul> Ticket Matthew Bradbury <matt-bradbury@…> Thu, 16 Dec 2010 09:37:55 GMT type changed https://svn.boost.org/trac10/ticket/4432#comment:1 https://svn.boost.org/trac10/ticket/4432#comment:1 <ul> <li><strong>type</strong> <span class="trac-field-old">Bugs</span> → <span class="trac-field-new">Patches</span> </li> </ul> Ticket Daniel Frey Thu, 16 Dec 2010 17:30:51 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4432#comment:2 https://svn.boost.org/trac10/ticket/4432#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">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/67278" title="Limit warning suppression to old versions of VC++, fixes #4432">[67278]</a>) Limit warning suppression to old versions of VC++, fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4432" title="#4432: Patches: there is no warning number '4284' (closed: fixed)">#4432</a> </p> Ticket Daniel James Thu, 24 Mar 2011 21:01:40 GMT <link>https://svn.boost.org/trac10/ticket/4432#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4432#comment:3</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/70522" title="Utility/operators: [67268] Limit warning suppression to old versions ...">[70522]</a>) Utility/operators: <a class="changeset" href="https://svn.boost.org/trac10/changeset/67268" title="Frame: first draft">[67268]</a> Limit warning suppression to old versions of VC++, fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4432" title="#4432: Patches: there is no warning number '4284' (closed: fixed)">#4432</a>. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Thu, 24 Mar 2011 21:07:11 GMT</pubDate> <title>milestone changed https://svn.boost.org/trac10/ticket/4432#comment:4 https://svn.boost.org/trac10/ticket/4432#comment:4 <ul> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.44.0</span> → <span class="trac-field-new">Boost 1.47.0</span> </li> </ul> Ticket