Opened 11 years ago

Closed 10 years ago

#6262 closed Bugs (fixed)

Warnings-as-errors not usable with Boost.Interprocess

Reported by: Leo Carreon <lcarreon@…> 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 Daryle Walker, 11 years ago

Component: Noneinterprocess
Owner: set to Ion Gaztañaga

comment:2 by Ion Gaztañaga, 10 years ago

This was already fixed in Boost 1.49

comment:3 by Ion Gaztañaga, 10 years ago

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