mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-07-28 21:14:17 -04:00
Cleanup MSVC warnings and deprecated C++ exception stuff
This commit is contained in:
@@ -20,7 +20,7 @@ SDRPostThread::SDRPostThread() : IOThread(), buffers("SDRPostThreadBuffers"), vi
|
||||
visBandwidth.store(0);
|
||||
|
||||
doRefresh.store(false);
|
||||
dcFilter = iirfilt_crcf_create_dc_blocker(0.0005);
|
||||
dcFilter = iirfilt_crcf_create_dc_blocker(0.0005f);
|
||||
}
|
||||
|
||||
SDRPostThread::~SDRPostThread() {
|
||||
|
||||
Reference in New Issue
Block a user