mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-11 03:51:31 +02:00
Silence "missing switch cases" warnings
This commit is contained in:
parent
6ab1ab1f12
commit
7840f61524
@ -199,6 +199,8 @@ s32 WiiSocket::Shutdown(u32 how)
|
||||
if (shut_write)
|
||||
op.Abort(-SO_ENOTCONN);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
return ret;
|
||||
|
Loading…
x
Reference in New Issue
Block a user