commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r5464 - gnuradio/trunk/usrp/host/lib/inband


From: gdt
Subject: [Commit-gnuradio] r5464 - gnuradio/trunk/usrp/host/lib/inband
Date: Mon, 14 May 2007 08:12:11 -0600 (MDT)

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;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]