mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-14 23:12:40 +00:00
msvc: set warning level to /W4 globally
And fix a bunch of warnings
This commit is contained in:
@@ -20,7 +20,6 @@ size_t Event::GetManagerIndex(const Type type) const {
|
||||
default:
|
||||
UNREACHABLE();
|
||||
}
|
||||
return 3;
|
||||
}
|
||||
|
||||
void Event::SetAudioEvent(const Type type, const bool signalled) {
|
||||
|
||||
Reference in New Issue
Block a user