From dfaf1f930ce0ff7219c0d10fc0156cba0e46950a Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Mon, 27 Feb 2012 15:45:59 -0800 Subject: uhd: fixed some compile warnings for msvc --- host/lib/usrp/b100/b100_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/usrp/b100') diff --git a/host/lib/usrp/b100/b100_impl.cpp b/host/lib/usrp/b100/b100_impl.cpp index 8b55494c5..7d5ebfa49 100644 --- a/host/lib/usrp/b100/b100_impl.cpp +++ b/host/lib/usrp/b100/b100_impl.cpp @@ -214,7 +214,7 @@ b100_impl::b100_impl(const device_addr_t &device_addr){ _fpga_ctrl->peek32(0); } //try reset once in the case of failure - catch(const uhd::exception &e){ + catch(const uhd::exception &){ if (initialization_count > 1) throw; UHD_MSG(warning) << "The control endpoint was left in a bad state.\n" -- cgit v1.2.3