diff options
author | Tom Rondeau | 2012-12-03 22:53:16 -0500 |
---|---|---|
committer | Tom Rondeau | 2012-12-03 22:55:10 -0500 |
commit | ef74b48c155bfcec2f560c9a4a23592814699eda (patch) | |
tree | 66e4c56edc08158052807037809f094db000f916 /gr-fcd | |
parent | 197aa3c917c8750729e20ead831bb3a3dbce322e (diff) | |
download | gnuradio-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.cc | 2 |
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 ) { |