summaryrefslogtreecommitdiff
path: root/gr-fcd/lib/fcd_source_c_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gr-fcd/lib/fcd_source_c_impl.cc')
-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 ) {