avoid unused warning which breaks build.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5464 221aa14e-8319-0410-a670-987f0aec2ac5
This commit is contained in:
gdt 2007-05-14 14:12:11 +00:00
parent a07ccd396a
commit 26d5f7b5dd
1 changed files with 1 additions and 0 deletions

View File

@ -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;