mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
gui_usb_screen_run() is a do{} while(0) macro, resulting in an unused
variable warning in the "caller"
Change-Id: I4b4b00ef38decfb5cc9db0da3d81ad0c9a4207d1
|
||
|---|---|---|
| .. | ||
| bitmap | ||
| skin_engine | ||
| backdrop.c | ||
| backdrop.h | ||
| color_picker.c | ||
| color_picker.h | ||
| folder_select.c | ||
| folder_select.h | ||
| icon.c | ||
| icon.h | ||
| line.c | ||
| line.h | ||
| list.c | ||
| list.h | ||
| mask_select.c | ||
| mask_select.h | ||
| option_select.c | ||
| option_select.h | ||
| pitchscreen.c | ||
| pitchscreen.h | ||
| quickscreen.c | ||
| quickscreen.h | ||
| scrollbar.c | ||
| scrollbar.h | ||
| splash.c | ||
| splash.h | ||
| statusbar-skinned.c | ||
| statusbar-skinned.h | ||
| statusbar.c | ||
| statusbar.h | ||
| usb_screen.c | ||
| usb_screen.h | ||
| viewport.c | ||
| viewport.h | ||
| wps.c | ||
| wps.h | ||
| yesno.c | ||
| yesno.h | ||