mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
(GL) Silence unused variable
This commit is contained in:
parent
cc17f5b9c3
commit
becef95dc2
@ -346,6 +346,8 @@ static bool gl_check_capability(enum gl_capability_enum enum_idx)
|
||||
if (version && sscanf(version, "%u.%u", &major, &minor) != 2)
|
||||
major = minor = 0;
|
||||
#endif
|
||||
|
||||
(void)vendor;
|
||||
|
||||
switch (enum_idx)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user