#6397 closed Patches (wontfix)
gcc warnings in boost multi_array
Reported by: | 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)
Change History (5)
by , 11 years ago
Attachment: | boost.xxxx.warnings.patch added |
---|
comment:1 by , 11 years ago
comment:3 by , 11 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:4 by , 9 years ago
So is the https://svn.boost.org/trac/boost/wiki/Guidelines/WarningsGuidelines page a joke?
Note:
See TracTickets
for help on using tickets.
Replying to Caolán McNamara <caolanm@…>:
-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.