aboutsummaryrefslogtreecommitdiffstats
path: root/dabplussnoop.cpp
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-11-21 07:59:01 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-11-21 07:59:01 +0100
commit96e421c1149e1dacbe164907e07cccd16d6395b7 (patch)
tree261750d9c4947e239029f3ee26753b89fdcc01b5 /dabplussnoop.cpp
parent8895b894cedbda048bb5d9fdb6591737fd4165ff (diff)
downloadetisnoop-96e421c1149e1dacbe164907e07cccd16d6395b7.tar.gz
etisnoop-96e421c1149e1dacbe164907e07cccd16d6395b7.tar.bz2
etisnoop-96e421c1149e1dacbe164907e07cccd16d6395b7.zip
Remove warnings
Diffstat (limited to 'dabplussnoop.cpp')
-rw-r--r--dabplussnoop.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/dabplussnoop.cpp b/dabplussnoop.cpp
index d41d311..aed155a 100644
--- a/dabplussnoop.cpp
+++ b/dabplussnoop.cpp
@@ -163,6 +163,10 @@ bool DabPlusSnoop::decode()
header_firecode, rfa, m_dac_rate, m_sbr_flag,
m_aac_channel_mode, m_ps_flag, m_mpeg_surround_config,
num_aus);
+#else
+ // Avoid "unused variable" warning
+ (void)header_firecode;
+ (void)rfa;
#endif