[Boost-bugs] [Boost C++ Libraries] #3206: compiler warnings in VC9

Subject: [Boost-bugs] [Boost C++ Libraries] #3206: compiler warnings in VC9
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-06-23 06:01:05


#3206: compiler warnings in VC9
---------------------------------+------------------------------------------
 Reporter: kfriddile@… | Owner: hljin
     Type: Bugs | Status: new
Milestone: Boost 1.40.0 | Component: GIL
  Version: Boost 1.39.0 | Severity: Problem
 Keywords: |
---------------------------------+------------------------------------------
 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_)
 {}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/3206>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:00 UTC