Author: gdt
Date: 2007-05-14 08:12:11 -0600 (Mon, 14 May 2007)
New Revision: 5464

Modified:
   gnuradio/trunk/usrp/host/lib/inband/usrp_server.cc
Log:
avoid unused warning which breaks build.


Modified: gnuradio/trunk/usrp/host/lib/inband/usrp_server.cc
===================================================================
--- gnuradio/trunk/usrp/host/lib/inband/usrp_server.cc  2007-05-13 20:46:10 UTC 
(rev 5463)
+++ gnuradio/trunk/usrp/host/lib/inband/usrp_server.cc  2007-05-14 14:12:11 UTC 
(rev 5464)
@@ -141,6 +141,7 @@
       
       // Do the right thing....
       // build a reply
+      (void) which_usrp;       // avoid unused warning
 
       // if everything OK
       status = PMT_T;



_______________________________________________
Commit-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnuradio

Reply via email to