mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-11 06:17:57 -05: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