id summary reporter owner description type status milestone component version severity resolution keywords cc 3206 compiler warnings in VC9 kfriddile@… Hailin Jin "VC9 at warning level 4 produces the following simple to fix compiler warnings: line 528 of channel.hpp: Casting the result of the returned expression to the function's return type will silence warnings about conversion to a smaller type. line 451 of algorithm.hpp: Changing this line to read as follows will silence unused local variable warnings: void destruct_range_impl(It /*first*/, It /*last*/, mpl::false_) {} line 586 of algorithm.hpp: Changing this line to read as follows will silence unused local variable warnings: void default_construct_range_impl(It /*first*/, It /*last*/, mpl::false_) {}" Bugs closed Boost 1.40.0 gil USE GITHUB Boost 1.39.0 Problem fixed mateusz@…