mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Fix -Wswitch warning
This commit is contained in:
parent
b0bde31ac0
commit
88264f5712
3 changed files with 6 additions and 10 deletions
|
@ -34,7 +34,6 @@ public:
|
|||
ServerForgotAboutUs,
|
||||
SocketSendError,
|
||||
ResendTimeout,
|
||||
ConnectFailedError = 0x400,
|
||||
};
|
||||
TraversalClient(ENetHost* netHost, const std::string& server, const u16 port);
|
||||
~TraversalClient();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue