mirror of
https://git.suyu.dev/suyu/discord-rpc.git
synced 2025-12-31 11:45:37 +01:00
Enable all warnings, turn the noisy ones back off, fix the others.
This commit is contained in:
parent
39ff0bf3e4
commit
6fa00223ad
6 changed files with 31 additions and 11 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue