diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-11-21 07:59:01 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-11-21 07:59:01 +0100 |
commit | 96e421c1149e1dacbe164907e07cccd16d6395b7 (patch) | |
tree | 261750d9c4947e239029f3ee26753b89fdcc01b5 /dabplussnoop.cpp | |
parent | 8895b894cedbda048bb5d9fdb6591737fd4165ff (diff) | |
download | etisnoop-96e421c1149e1dacbe164907e07cccd16d6395b7.tar.gz etisnoop-96e421c1149e1dacbe164907e07cccd16d6395b7.tar.bz2 etisnoop-96e421c1149e1dacbe164907e07cccd16d6395b7.zip |
Remove warnings
Diffstat (limited to 'dabplussnoop.cpp')
-rw-r--r-- | dabplussnoop.cpp | 4 |
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 |