mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-22 03:22:48 -05:00
kill gcc4 warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8162 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5c3546ccbb
commit
f981ea93fb
30 changed files with 275 additions and 246 deletions
|
|
@ -126,7 +126,7 @@ bool sleeptimer_screen(void)
|
|||
minutes = (seconds - (hours * 3600)) / 60;
|
||||
snprintf(buf, 32, "%d:%02d",
|
||||
hours, minutes);
|
||||
lcd_puts(0, 1, buf);
|
||||
lcd_puts(0, 1, (unsigned char *)buf);
|
||||
|
||||
if (sayit && global_settings.talk_menu)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue