diff options
Diffstat (limited to 'apps/debug_menu.c')
| -rw-r--r-- | apps/debug_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c index 5239bd7..93004d8 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -1945,7 +1945,7 @@ static bool dbg_save_roms(void) int radio_lines = 0; static int radio_callback(int btn, struct gui_synclist *lists) { - (void)btn; + (void)btn;(void)lists; radio_lines = 0; if (radio_hardware_present()) { |