Fixing several compiler warnings.

This commit is contained in:
lotodore
2013-09-16 23:11:16 +02:00
parent c6c044b784
commit 20eb7b94bd
7 changed files with 21 additions and 14 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ WebReceiveBuffer::WebReceiveBuffer()
}
void
WebReceiveBuffer::StartAsyncRead(boost::shared_ptr<SessionData> session)
WebReceiveBuffer::StartAsyncRead(boost::shared_ptr<SessionData> /*session*/)
{
// Nothing to do. This is handled internally by websocketpp.
}