From b092b291082612dca65bd8910feb89856550e3f0 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sun, 12 Jun 2011 20:08:37 -0700 Subject: uhd: fix some warnings under msvc in sph --- host/lib/transport/super_send_packet_handler.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/transport/super_send_packet_handler.hpp') diff --git a/host/lib/transport/super_send_packet_handler.hpp b/host/lib/transport/super_send_packet_handler.hpp index 99d445180..8ebc264ef 100644 --- a/host/lib/transport/super_send_packet_handler.hpp +++ b/host/lib/transport/super_send_packet_handler.hpp @@ -113,7 +113,7 @@ public: _converters[io_type] = uhd::convert::get_converter_cpu_to_otw( io_type_t::tid_t(io_type), otw_type, 1, width ); - }catch(const uhd::value_error &e){} //we expect this, not all io_types valid... + }catch(const uhd::value_error &){} //we expect this, not all io_types valid... } _bytes_per_item = otw_type.get_sample_size(); } -- cgit v1.2.3