mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-04 23:14:47 -04:00
Fix compilation warnings and errors
This commit is contained in:
@@ -34,7 +34,7 @@ QObject *DataFifoStore::createElement()
|
||||
{
|
||||
DataFifo *fifo = new DataFifo();
|
||||
m_dataFifos.push_back(fifo);
|
||||
qDebug("DataFifoStore::createElement: %d added", m_dataFifos.size() - 1);
|
||||
qDebug("DataFifoStore::createElement: %d added", (int)m_dataFifos.size() - 1);
|
||||
return fifo;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user