mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
Another attempt to silence the warble build warning on 32-bit hosts
Change-Id: Ib83ce41582b18641badb389c3871e501c8be697f
This commit is contained in:
parent
6c2a7ddc74
commit
c77348f780
1 changed files with 1 additions and 1 deletions
|
|
@ -604,6 +604,6 @@ void dump_rm_context(RMContext *rmctx)
|
|||
DEBUGF("block_align = %u\n", rmctx->block_align);
|
||||
DEBUGF("nb_channels = %u\n", rmctx->nb_channels);
|
||||
DEBUGF("sample_rate = %u\n", rmctx->sample_rate);
|
||||
DEBUGF("bit_rate = %lu\n", rmctx->bit_rate );
|
||||
DEBUGF("bit_rate = %zu\n", rmctx->bit_rate );
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue