diff options
Diffstat (limited to 'usrp/host/lib/inband/usrp_server.cc')
-rw-r--r-- | usrp/host/lib/inband/usrp_server.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usrp/host/lib/inband/usrp_server.cc b/usrp/host/lib/inband/usrp_server.cc index 5041a9213..29c2058ae 100644 --- a/usrp/host/lib/inband/usrp_server.cc +++ b/usrp/host/lib/inband/usrp_server.cc @@ -141,6 +141,7 @@ usrp_server::handle_message(mb_message_sptr msg) // Do the right thing.... // build a reply + (void) which_usrp; // avoid unused warning // if everything OK status = PMT_T; |