Boost C++ Libraries: Ticket #5590: Suppress some warnings https://svn.boost.org/trac10/ticket/5590 <p> This patch is supposed to suppress several warnings that obstruct <a class="missing wiki">PyCuda</a> compilation logs (which uses a subset of Boost): </p> <ul><li>unused variable in builtin_converters.cpp </li><li>uninitialized variable in from_python.cpp </li><li>const char* to char* conversion in class.cpp </li></ul> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5590 Trac 1.4.3 Bogdan Opanchuk <mantihor@…> Thu, 02 Jun 2011 15:10:45 GMT attachment set https://svn.boost.org/trac10/ticket/5590 https://svn.boost.org/trac10/ticket/5590 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">suppress_warnings.diff</span> </li> </ul> <p> proposed patch </p> Ticket Ralf W. Grosse-Kunstleve Thu, 02 Jun 2011 17:06:36 GMT <link>https://svn.boost.org/trac10/ticket/5590#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5590#comment:1</guid> <description> <p> Checked in as trunk rev. 72349 </p> <p> If there are no problems in the tests I will merge to the release branch in a few days. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Ralf W. Grosse-Kunstleve</dc:creator> <pubDate>Tue, 07 Jun 2011 04:18:10 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/5590#comment:2 https://svn.boost.org/trac10/ticket/5590#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> Merged to release branch: rev. 72464 </p> Ticket