mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
Prevent unused variable warning
This commit is contained in:
parent
f6a3809d7f
commit
b40b01b162
@ -291,6 +291,8 @@ static int deferred_push_system_information(void *data, void *userdata,
|
||||
menu_list_push(list, tmp, "",
|
||||
MENU_SETTINGS_CORE_INFO_NONE, 0);
|
||||
|
||||
(void)tmp_string;
|
||||
|
||||
#ifdef HAVE_GIT_VERSION
|
||||
snprintf(tmp, sizeof(tmp), "Git version: %s", rarch_git_version);
|
||||
menu_list_push(list, tmp, "",
|
||||
|
Loading…
x
Reference in New Issue
Block a user