Merge pull request #185 from pljones/prevent-unused-warnings-iUnused

Prevent unused warnings for iUnused
This commit is contained in:
Volker Fischer 2020-05-08 17:13:54 +02:00 committed by GitHub
commit 336471e599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -1206,6 +1206,8 @@ fflush(pFileDelay);
// update socket buffer size
Channel.UpdateSocketBufferSize();
Q_UNUSED ( iUnused );
}
int CClient::EstimatedOverallDelay ( const int iPingTimeMs )

View File

@ -1272,6 +1272,8 @@ opus_custom_encoder_ctl ( CurOpusEncoder,
// does not consume any significant CPU when no client is connected.
Stop();
}
Q_UNUSED ( iUnused );
}
/// @brief Mix all audio data from all clients together.