From: Nelson, E. - 2 <eri...@ba...> - 2010-01-21 16:57:43
|
In boost/network/uri/http/uri_concept.hpp line 22, I get a warning about conversion from a 32-bit to 16-bit integer 'initializing' : conversion from 'boost::uint32_t' to 'boost::uint16_t', possible loss of data Here's the offending line uint16_t port_ = port(uri); I'm not sure if it matters (probably doesn't) but if the truncation is as designed we might consider making it explicit with a cast. Thanks Erik |