summaryrefslogtreecommitdiff
path: root/gr-fcd
diff options
context:
space:
mode:
authorTom Rondeau2012-12-03 22:53:16 -0500
committerTom Rondeau2012-12-03 22:55:10 -0500
commitef74b48c155bfcec2f560c9a4a23592814699eda (patch)
tree66e4c56edc08158052807037809f094db000f916 /gr-fcd
parent197aa3c917c8750729e20ead831bb3a3dbce322e (diff)
downloadgnuradio-ef74b48c155bfcec2f560c9a4a23592814699eda.tar.gz
gnuradio-ef74b48c155bfcec2f560c9a4a23592814699eda.tar.bz2
gnuradio-ef74b48c155bfcec2f560c9a4a23592814699eda.zip
build: cleaned up some warnings.
Diffstat (limited to 'gr-fcd')
-rw-r--r--gr-fcd/lib/fcd_source_c_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fcd/lib/fcd_source_c_impl.cc b/gr-fcd/lib/fcd_source_c_impl.cc
index 34a221827..81ccee092 100644
--- a/gr-fcd/lib/fcd_source_c_impl.cc
+++ b/gr-fcd/lib/fcd_source_c_impl.cc
@@ -176,7 +176,7 @@ void fcd_source_c_impl::set_lna_gain(float gain)
// Set mixer gain
void fcd_source_c_impl::set_mixer_gain(float gain)
{
- FCD_MODE_ENUM fme;
+ __GR_ATTR_UNUSED FCD_MODE_ENUM fme;
unsigned char g;
if ( gain > 4.0 ) {