Fixed: Warning
This commit is contained in:
parent
c4fd464304
commit
0d83dd9162
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ CCallbackClient::~CCallbackClient()
|
||||||
* Recorded : YES
|
* Recorded : YES
|
||||||
* Replayed : MAYBE
|
* Replayed : MAYBE
|
||||||
*/
|
*/
|
||||||
void CCallbackClient::send (const CMessage &buffer, TSockId hostid, bool log)
|
void CCallbackClient::send (const CMessage &buffer, TSockId hostid, bool /* log */)
|
||||||
{
|
{
|
||||||
nlassert (hostid == InvalidSockId); // should always be InvalidSockId on client
|
nlassert (hostid == InvalidSockId); // should always be InvalidSockId on client
|
||||||
nlassert (connected ());
|
nlassert (connected ());
|
||||||
|
|
Loading…
Reference in a new issue