mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-02 22:14:47 -04:00
CLEANUP: some compiler and static analysis warnings
This commit is contained in:
@@ -89,7 +89,7 @@ public:
|
||||
SDRRangeMap getGains(int direction, size_t channel);
|
||||
|
||||
private:
|
||||
int index;
|
||||
int index = 0;
|
||||
std::string name, serial, product, manufacturer, tuner;
|
||||
std::string driver, hardware, manual_params;
|
||||
bool timestamps, available, remote, manual;
|
||||
|
||||
@@ -45,7 +45,7 @@ private:
|
||||
std::vector<liquid_float_complex> fpData;
|
||||
std::vector<liquid_float_complex> dataOut;
|
||||
std::vector<long long> chanCenters;
|
||||
long long chanBw;
|
||||
long long chanBw = 0;
|
||||
|
||||
size_t nRunDemods;
|
||||
std::vector<DemodulatorInstance *> runDemods;
|
||||
|
||||
Reference in New Issue
Block a user