forked from len0rd/rockbox
Fix remaining warnings in 64bit simulator builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9196 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
aac8d6917e
commit
ec70f29f1e
3 changed files with 3 additions and 3 deletions
|
@ -54,7 +54,7 @@ int64_t samplecount;
|
|||
int64_t samplesdone;
|
||||
int stop_skip, start_skip;
|
||||
int current_stereo_mode = -1;
|
||||
unsigned int current_frequency = 0;
|
||||
unsigned long current_frequency = 0;
|
||||
|
||||
void recalc_samplecount(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue