mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Silence "missing switch cases" warnings
This commit is contained in:
@@ -199,6 +199,8 @@ s32 WiiSocket::Shutdown(u32 how)
|
||||
if (shut_write)
|
||||
op.Abort(-SO_ENOTCONN);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user