From bedd308e605f4772f156b13c702955422bfa87c5 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 8 Jul 2011 17:55:49 -0700 Subject: uhd: some tweaks to fix msvc warnings --- host/lib/transport/libusb1_base.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/transport') diff --git a/host/lib/transport/libusb1_base.cpp b/host/lib/transport/libusb1_base.cpp index 6d4df7875..9b4290c08 100644 --- a/host/lib/transport/libusb1_base.cpp +++ b/host/lib/transport/libusb1_base.cpp @@ -206,7 +206,7 @@ libusb::device_handle::sptr libusb::device_handle::get_cached_handle(device::spt handles[dev->get()] = new_handle; return new_handle; } - catch(const uhd::exception &e){ + catch(const uhd::exception &){ std::cerr << "USB open failed: see the application notes for your device." << std::endl; throw; } -- cgit v1.2.3