mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-25 01:18:38 -05:00
Fixed some warnings
This commit is contained in:
parent
2d852c4495
commit
8e76700618
@ -74,7 +74,7 @@ const std::array<float, 150> M17Demodulator::rrc_taps = std::array<float, 150>{
|
||||
|
||||
void M17Demodulator::update_values(uint8_t index)
|
||||
{
|
||||
correlator.apply([this,index](float t){dev.sample(t);}, index);
|
||||
correlator.apply([this](float t){dev.sample(t);}, index);
|
||||
dev.update();
|
||||
sync_sample_index = index;
|
||||
}
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include "dsp/spectrumcalibrationpoint.h"
|
||||
#include "export.h"
|
||||
|
||||
class SpectrumHistogramMarker;
|
||||
struct SpectrumHistogramMarker;
|
||||
|
||||
namespace Ui {
|
||||
class SpectrumCalibrationPointsDialog;
|
||||
|
Loading…
Reference in New Issue
Block a user