Fixed: Warning

This commit is contained in:
kervala 2014-07-19 11:16:43 +02:00
parent c4fd464304
commit 0d83dd9162

View file

@ -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 ());