aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-07-05 21:51:48 -0700
committerJosh Blum <josh@joshknows.com>2010-07-05 21:51:48 -0700
commit189c4c96fc0b40aa98c28f6bd4b95753bdaec970 (patch)
tree0a0e1fe7d852c9ad94334b2aa24322f08b860a66 /host/lib/usrp/usrp2
parent4840c5bc95771e8f2485e002da0d81521cb4a16c (diff)
downloaduhd-189c4c96fc0b40aa98c28f6bd4b95753bdaec970.tar.gz
uhd-189c4c96fc0b40aa98c28f6bd4b95753bdaec970.tar.bz2
uhd-189c4c96fc0b40aa98c28f6bd4b95753bdaec970.zip
uhd: remove windows warnings (minor tweaks)
Diffstat (limited to 'host/lib/usrp/usrp2')
-rw-r--r--host/lib/usrp/usrp2/usrp2_impl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.hpp b/host/lib/usrp/usrp2/usrp2_impl.hpp
index 07e29eadd..42630a3e4 100644
--- a/host/lib/usrp/usrp2/usrp2_impl.hpp
+++ b/host/lib/usrp/usrp2/usrp2_impl.hpp
@@ -114,7 +114,7 @@ private:
static const size_t _max_tx_bytes_per_packet =
USRP2_UDP_BYTES -
uhd::transport::vrt::max_if_hdr_words32*sizeof(boost::uint32_t) -
- sizeof(uhd::transport::vrt::if_packet_info_t::cid) //no class id ever used
+ sizeof(uhd::transport::vrt::if_packet_info_t().cid) //no class id ever used
;
};