Opened 13 years ago

Closed 12 years ago

#3195 closed Bugs (fixed)

compiler warnings in VC9

Reported by: kfriddile@… Owned by: Anthony Williams
Milestone: Boost 1.40.0 Component: thread
Version: Boost 1.39.0 Severity: Problem
Keywords: Cc:

Description

Including boost/thread/locks.hpp under VC9 with warning level 4 produces the warning below. Warnings are not allowed on my project, and rather than wrapping boost includes with a #pragma directive, I'd rather these warnings just be suppressed in the code that's causing them.

2>C:\Documents and Settings\Administrator\My Documents\Development\development\third_party\boost\1_39_0\boost/thread/locks.hpp(1088) : warning C4127: conditional expression is constant

Change History (1)

comment:1 by Anthony Williams, 12 years ago

Resolution: fixed
Status: newclosed

Fixed on trunk

Note: See TracTickets for help on using tickets.