Opened 11 years ago

Closed 11 years ago

Last modified 9 years ago

#6397 closed Patches (wontfix)

gcc warnings in boost multi_array

Reported by: Caolán McNamara <caolanm@…> Owned by: Ronald Garcia
Milestone: To Be Determined Component: multi_array
Version: Boost 1.44.0 Severity: Problem
Keywords: Cc:

Description

we like to build LibreOffice with -werror, so we apply the attached patch to boost to include multi_array.hpp

Attachments (1)

boost.xxxx.warnings.patch (8.2 KB ) - added by Caolán McNamara <caolanm@…> 11 years ago.

Download all attachments as: .zip

Change History (5)

by Caolán McNamara <caolanm@…>, 11 years ago

Attachment: boost.xxxx.warnings.patch added

in reply to:  description comment:1 by Ronald Garcia, 11 years ago

Replying to Caolán McNamara <caolanm@…>:

we like to build LibreOffice with -werror, so we apply the attached patch to boost to include multi_array.hpp

-Werror only makes warnings stop compilation. LibreOffice must be using some other flag that causes perfectly correct C++ code to elicit warnings. The problem is with whatever flag is causing those warnings.

comment:2 by Caolán McNamara <caolanm@…>, 11 years ago

-Wshadow, they're all shadowing warnings

comment:3 by Ronald Garcia, 11 years ago

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