Boost C++ Libraries: Ticket #11635: Unused local typedefs warnings from Clang https://svn.boost.org/trac10/ticket/11635 <p> With full warnings enabled, Clang warns about unused local typedefs for BOOST_STATIC_ASSERT(). </p> <p> Trivial patch is attached. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11635 Trac 1.4.3 lopresti@… Wed, 09 Sep 2015 21:40:52 GMT attachment set https://svn.boost.org/trac10/ticket/11635 https://svn.boost.org/trac10/ticket/11635 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">unused-typedef.patch</span> </li> </ul> <p> Trivial patch to fix unused typedef warnings from Clang </p> Ticket lopresti@… Wed, 09 Sep 2015 22:06:10 GMT <link>https://svn.boost.org/trac10/ticket/11635#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/11635#comment:1</guid> <description> <p> I guess this is already fixed on the "develop" branch, since Clang defines <code>__GNUC__ == 4</code>... Any thoughts of merging to master someday? </p> </description> <category>Ticket</category> </item> <item> <dc:creator>John Maddock</dc:creator> <pubDate>Thu, 10 Sep 2015 09:19:39 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/11635#comment:2 https://svn.boost.org/trac10/ticket/11635#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> Done. Thanks for the reminder. </p> Ticket