mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-24 06:10:09 +01:00
Getting rid of some warnings...mostly unused parms
This commit is contained in:
@@ -3553,7 +3553,7 @@ int audacityAudioCallback(const void *inputBuffer, void *outputBuffer,
|
||||
tempBufs[c] = (float *) alloca(framesPerBuffer * sizeof(float));
|
||||
}
|
||||
|
||||
bool selected;
|
||||
bool selected = false;
|
||||
int group = 0;
|
||||
int chanCnt = 0;
|
||||
float rate = 0.0;
|
||||
|
||||
Reference in New Issue
Block a user