mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
(MSVC) Fix unreferenced variable warning
This commit is contained in:
parent
d2a21fbbbd
commit
6743066ab5
@ -1831,6 +1831,7 @@ static unsigned menu_common_shader_manager_get_type(void *data)
|
||||
{
|
||||
unsigned i, type;
|
||||
(void)data;
|
||||
(void)i;
|
||||
|
||||
type = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user