mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Remove some shadowed variables identified by -Wshadow
there are plenty more but these are the low hanging fruit Change-Id: I86d9f4f56e8cd9b381d1bf6a6679cd58c6a4004d
This commit is contained in:
parent
f94a14b859
commit
034b6d5bfb
9 changed files with 12 additions and 15 deletions
|
@ -522,7 +522,6 @@ int do_menu(const struct menu_item_ex *start_menu, int *start_selected,
|
|||
MENUITEM_STRINGLIST(notquickscreen_able_option,
|
||||
ID2P(LANG_ONPLAY_MENU_TITLE), NULL,
|
||||
ID2P(LANG_RESET_SETTING));
|
||||
const struct menu_item_ex *menu;
|
||||
const struct settings_list *setting =
|
||||
find_setting(temp->variable, NULL);
|
||||
#ifdef HAVE_QUICKSCREEN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue