mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-20 13:11:11 +01:00
Fix most of the compile warnings I get on Linux (but not the Audacity Logo
xpm stuff or a few things in FFMPEG export)
This commit is contained in:
@@ -330,7 +330,7 @@ void RealFFT(int NumSamples, float *RealIn, float *RealOut, float *ImagOut)
|
||||
|
||||
delete[]tmpReal;
|
||||
delete[]tmpImag;
|
||||
#endif EXPERIMENTAL_USE_REALFFTF
|
||||
#endif //EXPERIMENTAL_USE_REALFFTF
|
||||
}
|
||||
|
||||
#ifdef EXPERIMENTAL_USE_REALFFTF
|
||||
|
||||
Reference in New Issue
Block a user