diff options
author | Aleš Gajdacz <[email protected]> | 2020-02-08 23:34:09 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-08 23:34:09 +0100 |
commit | 7e319ad99b508e3337383f16e17de2e7a0cd9cb7 (patch) | |
tree | ed96fa4e7a3e80a4b8e3c3ce217507494fe57bc9 | |
parent | ebb1aaa06d1149a2a1a5d2c20bae8d84096c38dd (diff) |
Fix unreachable code warning
-rw-r--r-- | alc/alc.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/alc/alc.cpp b/alc/alc.cpp index f716bf0b..52edbe1e 100644 --- a/alc/alc.cpp +++ b/alc/alc.cpp @@ -2876,7 +2876,6 @@ static size_t GetIntegerv(ALCdevice *device, ALCenum param, const al::span<ALCin default: alcSetError(nullptr, ALC_INVALID_ENUM); - return 0; } return 0; } |