mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 17:29:10 +00:00
Fixed: Warning
This commit is contained in:
parent
60c5fc61a5
commit
2d4c4cd3cf
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ CCallbackClient::~CCallbackClient()
|
|||
* Recorded : YES
|
||||
* 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 (connected ());
|
||||
|
|
Loading…
Reference in a new issue