Fixed: Warning

This commit is contained in:
kervala 2014-07-19 11:16:43 +02:00
parent 60c5fc61a5
commit 2d4c4cd3cf

View file

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