mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-08-26 14:06:31 -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