mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Prevent unused variable warning
This commit is contained in:
parent
627c26497f
commit
e2cc461428
@ -4023,6 +4023,8 @@ static bool setting_append_list_video_options(
|
||||
global_t *global = global_get_ptr();
|
||||
settings_t *settings = config_get_ptr();
|
||||
video_viewport_t *custom_vp = video_viewport_get_custom();
|
||||
|
||||
(void)global;
|
||||
|
||||
START_GROUP(group_info, "Video Settings");
|
||||
START_SUB_GROUP(list, list_info, "State", group_info.name, subgroup_info);
|
||||
|
Loading…
x
Reference in New Issue
Block a user