Boost C++ Libraries: Ticket #4363: boost/detail warning cleanup https://svn.boost.org/trac10/ticket/4363 <p> A fix very similar to bug <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4012" title="#4012: Patches: [PATCH] boost/detail warning cleanup (closed: fixed)">#4012</a>. SUNPRO_CC_WORKAROUND_GUARD is not defined, which causes useless warnings. </p> <p> Attached patch fixes issue. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4363 Trac 1.4.3 tatu.kilappa@… Mon, 21 Jun 2010 18:56:14 GMT attachment set https://svn.boost.org/trac10/ticket/4363 https://svn.boost.org/trac10/ticket/4363 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost_detail_gcc_warning_cleanup.diff</span> </li> </ul> <p> fix for boost/detail/workaround.hpp </p> Ticket anonymous Mon, 21 Jun 2010 19:43:43 GMT <link>https://svn.boost.org/trac10/ticket/4363#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4363#comment:1</guid> <description> <p> I think that we should just always use <code>__SUNPROC_CC</code>. It looks like the patch for <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4071" title="#4071: Patches: unique_lock fails with recent Sun Studio compilers (closed: fixed)">#4071</a> got messed up by wiki formatting. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Steven Watanabe</dc:creator> <pubDate>Tue, 22 Jun 2010 02:01:17 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/4363#comment:2 https://svn.boost.org/trac10/ticket/4363#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> I fixed this in Boost.Thread in <a class="changeset" href="https://svn.boost.org/trac10/changeset/63216" title="Use __SUNPRO_CC instead of SUNPRO_CC. Fixes #4363.">[63216]</a>. </p> Ticket