diff options
author | liamwhite <liamwhite@users.noreply.github.com> | 2023-09-06 09:12:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-06 09:12:58 -0400 |
commit | 5e424d791bd98c18a81a36405a419237abcc8116 (patch) | |
tree | dd83795955a607612d27f324bdb1bfab63de2c38 /src/audio_core | |
parent | 70790711d24ec212048841f8f5367832ab00b789 (diff) | |
parent | 785e480b62f4ed306e389300a533c73f4e03e2bd (diff) |
Merge pull request #11434 from danilaml/fix-warnings
msvc: set warning level to /W4 globally
Diffstat (limited to 'src/audio_core')
-rw-r--r-- | src/audio_core/audio_event.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/audio_core/audio_event.cpp b/src/audio_core/audio_event.cpp index d15568e1f..c23ef0990 100644 --- a/src/audio_core/audio_event.cpp +++ b/src/audio_core/audio_event.cpp @@ -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) { |