mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-24 06:10:09 +01:00
Apply parts of a warning supression patch by Campbell Barton
This commit is contained in:
@@ -1104,6 +1104,7 @@ void AudioIO::StartMonitoring(double sampleRate)
|
||||
(unsigned int)captureChannels,
|
||||
captureFormat);
|
||||
// TODO: Check return value of success.
|
||||
(void)success;
|
||||
|
||||
// Now start the PortAudio stream!
|
||||
mLastPaError = Pa_StartStream( mPortStreamV19 );
|
||||
|
||||
Reference in New Issue
Block a user