mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-05 07:24:44 -04:00
Fix compilation warnings and errors
This commit is contained in:
@@ -143,7 +143,7 @@ bool AudioInputDevice::start(int device, int rate)
|
||||
if (m_audioInput->state() != QAudio::ActiveState) {
|
||||
qWarning("AudioInputDevice::start: cannot start");
|
||||
} else {
|
||||
qDebug("AudioInputDevice::start: started buffer: %d bytes", m_audioInput->bufferSize());
|
||||
qDebug("AudioInputDevice::start: started buffer: %d bytes", (int)m_audioInput->bufferSize());
|
||||
}
|
||||
// }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user