Fix some compiler warnings

This commit is contained in:
Chris Cannam
2022-06-14 15:15:55 +01:00
parent 141c314c72
commit b160475b07
5 changed files with 21 additions and 16 deletions

View File

@@ -248,8 +248,8 @@ protected:
analysisWindowLength(fftSize)),
synthesisWindow(synthesisWindowShape(fftSize),
synthesisWindowLength(fftSize)),
guided(guidedParameters),
windowScaleFactor(0.0)
windowScaleFactor(0.0),
guided(guidedParameters)
{
int asz = analysisWindow.getSize(), ssz = synthesisWindow.getSize();
int off = (asz - ssz) / 2;