Opened 11 years ago
Closed 10 years ago
#6262 closed Bugs (fixed)
Warnings-as-errors not usable with Boost.Interprocess
Reported by: | Owned by: | Ion Gaztañaga | |
---|---|---|---|
Milestone: | To Be Determined | Component: | interprocess |
Version: | Boost 1.48.0 | Severity: | Problem |
Keywords: | Cc: |
Description
The following error message is generated with VC++ 2010:
c:\boost_1_48_0\include\boost\interprocess\detail\os_file_functions.hpp(131) : error C2220: warning treated as
error - no 'object' file generated
c:\boost_1_48_0\include\boost\interprocess\detail\os_file_functions.hpp(131) : warning C4018: '>' : signed/uns igned mismatch
I have looked at the line and it should probably have a cast similar to that of line #136 in the same file.
Change History (3)
comment:1 by , 11 years ago
Component: | None → interprocess |
---|---|
Owner: | set to |
comment:2 by , 10 years ago
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This was already fixed in Boost 1.49