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