Fixed compilation with -Wextra

pull/59/head
Drzony 2020-11-06 10:11:51 +01:00
rodzic 5eaad08339
commit 7b107cf490
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -435,13 +435,13 @@ private:
#endif
/* Variables */
T *_vReal = nullptr;
T *_vImag = nullptr;
uint_fast16_t _samples = 0;
#ifdef FFT_SPEED_OVER_PRECISION
T _oneOverSamples = 0.0;
#endif
T _samplingFrequency = 0;
T *_vReal = nullptr;
T *_vImag = nullptr;
T *_windowWeighingFactors = nullptr;
FFTWindow _weighingFactorsFFTWindow;
bool _weighingFactorsWithCompensation = false;