Merge pull request #393 from Etwus/patch-1

Fix unreachable code warning
This commit is contained in:
kcat
2020-02-08 15:00:26 -08:00
committed by GitHub
-1
View File
@@ -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;
}