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

Fix gcc warnings

This commit is contained in:
srcejon
2023-11-22 14:40:19 +00:00
parent 7cc9cd1bf1
commit e7076f6a17
4 changed files with 4 additions and 4 deletions
@@ -33,8 +33,8 @@ SDRPlayV3Thread::SDRPlayV3Thread(sdrplay_api_DeviceT* dev, SampleSinkFifo* sampl
m_dev(dev),
m_convertBuffer(SDRPLAYV3_INIT_NBSAMPLES),
m_sampleFifo(sampleFifo),
m_samplerate(2000000),
m_replayBuffer(replayBuffer),
m_samplerate(2000000),
m_log2Decim(0),
m_fcPos(0),
m_iqOrder(true),