aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/b200
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2016-03-11 09:46:29 -0800
committerMartin Braun <martin.braun@ettus.com>2016-03-11 09:46:29 -0800
commit94230735279c721424ef001a799c780dc937a091 (patch)
treec476b516144b76730cc18788cba2b0c712a917b2 /host/lib/usrp/b200
parent165fd400e995c9652c2dfe85c2fd589b750a2620 (diff)
parentccc8acb743aaab6cd3e926d5901fa3fa4114a469 (diff)
downloaduhd-94230735279c721424ef001a799c780dc937a091.tar.gz
uhd-94230735279c721424ef001a799c780dc937a091.tar.bz2
uhd-94230735279c721424ef001a799c780dc937a091.zip
Merge branch 'maint'
Diffstat (limited to 'host/lib/usrp/b200')
-rw-r--r--host/lib/usrp/b200/b200_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/b200/b200_impl.cpp b/host/lib/usrp/b200/b200_impl.cpp
index 386732cdf..565ce681a 100644
--- a/host/lib/usrp/b200/b200_impl.cpp
+++ b/host/lib/usrp/b200/b200_impl.cpp
@@ -349,7 +349,7 @@ b200_impl::b200_impl(const uhd::device_addr_t& device_addr, usb_device_handle::s
handle = dev_handle;
break;
}
- } catch (const uhd::exception &e) { continue; }
+ } catch (const uhd::exception&) { continue; }
}
UHD_ASSERT_THROW(handle.get() != NULL); //better be found