Enable all warnings, turn the noisy ones back off, fix the others.
This commit is contained in:
@@ -129,6 +129,7 @@ bool RpcConnection::Read(JsonDocument& message)
|
||||
break;
|
||||
case Opcode::Pong:
|
||||
break;
|
||||
case Opcode::Handshake:
|
||||
default:
|
||||
// something bad happened
|
||||
lastErrorCode = (int)ErrorCode::ReadCorrupt;
|
||||
|
Reference in New Issue
Block a user