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