forked from len0rd/rockbox
fix compiler warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5800 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
eeed057b8b
commit
39eb73060b
1 changed files with 3 additions and 1 deletions
|
|
@ -434,9 +434,11 @@ static bool ask_resume(bool ask_once)
|
|||
default_event_handler(SYS_USB_CONNECTED);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
#ifdef HAVE_ALARM_MOD
|
||||
if ( rtc_check_alarm_started(true) )
|
||||
return true;
|
||||
#endif
|
||||
|
||||
/* always resume? */
|
||||
if ( global_settings.resume == RESUME_ON)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue