Silence "missing switch cases" warnings

This commit is contained in:
Léo Lam 2020-11-21 01:54:44 +01:00
parent 6ab1ab1f12
commit 7840f61524
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741
1 changed files with 2 additions and 0 deletions

View File

@ -199,6 +199,8 @@ s32 WiiSocket::Shutdown(u32 how)
if (shut_write)
op.Abort(-SO_ENOTCONN);
break;
default:
break;
}
}
return ret;