CLEANUP: some compiler and static analysis warnings

This commit is contained in:
vsonnier
2017-01-28 14:57:27 +01:00
parent af6a32902f
commit 115b0ffa58
44 changed files with 97 additions and 93 deletions
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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;