mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
(GL) Fix unused variable warning
This commit is contained in:
parent
e1fa004fcd
commit
fc09ad68be
@ -1824,6 +1824,8 @@ static bool resolve_extensions(gl_t *gl)
|
||||
driver_t *driver = driver_get_ptr();
|
||||
global_t *global = global_get_ptr();
|
||||
settings_t *settings = config_get_ptr();
|
||||
|
||||
(void)global;
|
||||
#ifndef HAVE_OPENGLES
|
||||
const char *vendor = NULL;
|
||||
const char *renderer = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user