Prevent unused warnings for iUnused
This commit is contained in:
parent
84d53914b9
commit
dd3b3a6278
2 changed files with 4 additions and 0 deletions
|
@ -1206,6 +1206,8 @@ fflush(pFileDelay);
|
||||||
|
|
||||||
// update socket buffer size
|
// update socket buffer size
|
||||||
Channel.UpdateSocketBufferSize();
|
Channel.UpdateSocketBufferSize();
|
||||||
|
|
||||||
|
Q_UNUSED ( iUnused );
|
||||||
}
|
}
|
||||||
|
|
||||||
int CClient::EstimatedOverallDelay ( const int iPingTimeMs )
|
int CClient::EstimatedOverallDelay ( const int iPingTimeMs )
|
||||||
|
|
|
@ -1272,6 +1272,8 @@ opus_custom_encoder_ctl ( CurOpusEncoder,
|
||||||
// does not consume any significant CPU when no client is connected.
|
// does not consume any significant CPU when no client is connected.
|
||||||
Stop();
|
Stop();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Q_UNUSED ( iUnused );
|
||||||
}
|
}
|
||||||
|
|
||||||
/// @brief Mix all audio data from all clients together.
|
/// @brief Mix all audio data from all clients together.
|
||||||
|
|
Loading…
Reference in a new issue