mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-22 10:49:02 +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…
Reference in New Issue
Block a user