aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp1/usrp1_impl.cpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-09-23 18:07:31 -0700
committerJosh Blum <josh@joshknows.com>2010-09-23 18:07:31 -0700
commitf97c4338458a965502d73903983ae5a3ceeebd53 (patch)
tree7f0434c764749868ef24e347bde6e9b7238434fc /host/lib/usrp/usrp1/usrp1_impl.cpp
parent1826421cd428f795b4b8cd0acdad4fea92262f72 (diff)
downloaduhd-f97c4338458a965502d73903983ae5a3ceeebd53.tar.gz
uhd-f97c4338458a965502d73903983ae5a3ceeebd53.tar.bz2
uhd-f97c4338458a965502d73903983ae5a3ceeebd53.zip
usrp1: fixes to remove warnings and errors for usrp1 + libusb windows
Diffstat (limited to 'host/lib/usrp/usrp1/usrp1_impl.cpp')
-rw-r--r--host/lib/usrp/usrp1/usrp1_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp1/usrp1_impl.cpp b/host/lib/usrp/usrp1/usrp1_impl.cpp
index a6806dbc3..627180b11 100644
--- a/host/lib/usrp/usrp1/usrp1_impl.cpp
+++ b/host/lib/usrp/usrp1/usrp1_impl.cpp
@@ -62,7 +62,7 @@ static device_addrs_t usrp1_find(const device_addr_t &hint)
hint.has_key("fw")? hint["fw"] : "usrp1_fw.ihx"
);
}
- catch(const std::exception &e){
+ catch(...){
uhd::print_warning(
"Could not locate USRP1 firmware.\n"
"Please install the images package.\n"