Boost C++ Libraries: Ticket #7991: Many warnings with uBlas while compiling with clang/libc++ https://svn.boost.org/trac10/ticket/7991 <p> I am currently compiling a project which uses mostly uBLAS library, and the problem is that I am crippled with many warnings, most of them from exterior libraries, among which Boost uBlas. </p> <p> Granted, I am very though with my compilation options (only an handful of warnings were deleted from clang's -Weverything), but the warnings obtained went from harmless (-Wmissing-noreturn, -Wweak-tables, -Wunused-parameter) to some a lot more worrying (-Wshadow). </p> <p> Do you intend to get rid of these warnings ? The page for this library indicates it is check against quite old compilers (gcc 4.0, Visual Studio 6, no trace of clang) </p> <p> Best regards, </p> <p> Sebastien Gilles </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7991 Trac 1.4.3 sebastien.gilles@… Fri, 08 Feb 2013 14:02:09 GMT attachment set https://svn.boost.org/trac10/ticket/7991 https://svn.boost.org/trac10/ticket/7991 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">patch_sebastien_gilles.patch</span> </li> </ul> <p> Patch for some of the warnings </p> Ticket anonymous Fri, 08 Feb 2013 14:03:34 GMT <link>https://svn.boost.org/trac10/ticket/7991#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7991#comment:1</guid> <description> <p> I've just added a patch with some of the corrections I had to provide to disable some warnings (as I said previously clang is *very* touchy, hence the correction upon doxygen comments) </p> <p> The "old" version of the patch is current package 1.53 </p> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Sun, 10 Feb 2013 22:06:34 GMT</pubDate> <title>component changed; owner set https://svn.boost.org/trac10/ticket/7991#comment:2 https://svn.boost.org/trac10/ticket/7991#comment:2 <ul> <li><strong>owner</strong> set to <span class="trac-author">Gunter</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">uBLAS</span> </li> </ul> Ticket sgilles Mon, 11 Feb 2013 14:21:57 GMT attachment set https://svn.boost.org/trac10/ticket/7991 https://svn.boost.org/trac10/ticket/7991 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">patch_sebastien_gilles_110213.patch</span> </li> </ul> <p> New patch that also corrects -Wshadow warnings </p> Ticket