1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

Fix compiler warnings

This commit is contained in:
Jon Beniston
2020-10-03 09:27:37 +01:00
parent c895363e3b
commit 3e6edfa17f
3 changed files with 4 additions and 4 deletions
@@ -98,7 +98,7 @@ void USRPOutputThread::run()
m_packets++;
if (samples_sent != DeviceUSRP::blockSize)
{
qDebug("USRPOutputThread::run written %d/%d samples", samples_sent, DeviceUSRP::blockSize);
qDebug("USRPOutputThread::run written %ld/%d samples", samples_sent, DeviceUSRP::blockSize);
}
}
catch (std::exception& e)