changeset 612:1822563a5da1

Fix compiler warnings
author Chris Cannam
date Wed, 08 Aug 2018 15:25:35 +0100
parents 37b23e50832b
children 88f9266e0417
files audio/AudioCallbackRecordTarget.cpp
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/audio/AudioCallbackRecordTarget.cpp	Wed Aug 08 15:19:06 2018 +0100
+++ b/audio/AudioCallbackRecordTarget.cpp	Wed Aug 08 15:25:35 2018 +0100
@@ -146,7 +146,6 @@
     cerr << "AudioCallbackRecordTarget::updateModel" << endl;
 #endif
     
-    bool secChanged = false;
     sv_frame_t frameToEmit = 0;
 
     int nframes = 0;
@@ -183,7 +182,6 @@
     }
     delete[] samples;
     
-    sv_frame_t priorFrameCount = m_frameCount;
     m_frameCount += nframes;
     
     m_model->updateModel();