--- a/src/internet/model/tcp-option-winscale.cc Thu Sep 11 17:22:58 2014 -0700 +++ b/src/internet/model/tcp-option-winscale.cc Thu Sep 11 17:29:21 2014 -0700 @@ -56,7 +56,7 @@ void TcpOptionWinScale::Print (std::ostream &os) const { - os << m_scale; + os << static_cast<int> (m_scale); } uint32_t