mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 17:55:46 +00:00
msvc: set warning level to /W4 globally
And fix a bunch of warnings
This commit is contained in:
parent
76a740cf3a
commit
7f0de0f204
13 changed files with 17 additions and 20 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue