1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-20 05:07:53 +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:
businessmanprogrammersteve
2010-02-12 21:36:20 +00:00
parent e801b39943
commit a55c20be66
27 changed files with 54 additions and 72 deletions

View File

@@ -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