diff options
author | Danila Malyutin <[email protected]> | 2023-09-02 21:45:06 +0400 |
---|---|---|
committer | Danila Malyutin <[email protected]> | 2023-09-03 18:42:10 +0400 |
commit | 785e480b62f4ed306e389300a533c73f4e03e2bd (patch) | |
tree | 3374c36560b8645f2c0a39e950793e0ce8c5163d /src/audio_core | |
parent | 89a2d48cf8c05f0de31ad001a2506a478f595dee (diff) | |
download | yuzu-android-785e480b62f4ed306e389300a533c73f4e03e2bd.tar.gz yuzu-android-785e480b62f4ed306e389300a533c73f4e03e2bd.zip |
msvc: set warning level to /W4 globally
And fix a bunch of warnings
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) { |