From: gdt Date: Mon, 14 May 2007 14:12:11 +0000 (+0000) Subject: avoid unused warning which breaks build. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=26edfd3579f33893e5a917df0ccb77c301252e7f;p=debian%2Fgnuradio avoid unused warning which breaks build. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5464 221aa14e-8319-0410-a670-987f0aec2ac5 --- diff --git a/usrp/host/lib/inband/usrp_server.cc b/usrp/host/lib/inband/usrp_server.cc index 5041a921..29c2058a 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;