mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-05 19:21:59 +01:00
Cleanup: Fixed lots of trivial MSVC warnings.
This commit is contained in:
@@ -35,7 +35,7 @@ static inline float todB_a(const float *x){
|
||||
|
||||
bool ComputeSpectrum(float * data, int width,
|
||||
int windowSize,
|
||||
double rate, float *output,
|
||||
double WXUNUSED(rate), float *output,
|
||||
bool autocorrelation, int windowFunc)
|
||||
{
|
||||
if (width < windowSize)
|
||||
|
||||
Reference in New Issue
Block a user