fix warnings
This commit is contained in:
parent
e846ca392f
commit
a56f8272a9
@ -33,12 +33,12 @@ namespace ix
|
|||||||
{
|
{
|
||||||
// set dummy callback just to avoid crash
|
// set dummy callback just to avoid crash
|
||||||
_websocket->setOnMessageCallback([](
|
_websocket->setOnMessageCallback([](
|
||||||
WebSocketMessageType type,
|
WebSocketMessageType,
|
||||||
const std::string & str,
|
const std::string &,
|
||||||
size_t wireSize,
|
size_t,
|
||||||
const WebSocketErrorInfo & errorInfo,
|
const WebSocketErrorInfo &,
|
||||||
const WebSocketOpenInfo & openInfo,
|
const WebSocketOpenInfo &,
|
||||||
const WebSocketCloseInfo & closeInfo)
|
const WebSocketCloseInfo &)
|
||||||
{});
|
{});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user