Opened 10 years ago

Closed 10 years ago

#7992 closed Bugs (duplicate)

Many warnings with uBlas while compiling with clang/libc++

Reported by: sebastien.gilles@… Owned by:
Milestone: To Be Determined Component: None
Version: Boost 1.53.0 Severity: Problem
Keywords: Warnings Cc:

Description

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.

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).

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)

Best regards,

Sebastien Gilles

Change History (3)

comment:1 by Marshall Clow, 10 years ago

Did you accidentally submit this twice? This bug looks identical to #7991

comment:2 by anonymous, 10 years ago

Yes, I clicked once but received two confirmations by mail.

So this ticket might be deleted without any problem

comment:3 by Marshall Clow, 10 years ago

Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.