mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-28 05:40:23 -04:00
fixed compile warnings.
This commit is contained in:
parent
9d40e1834b
commit
cd0edaf292
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ buffer_syncframe(syncinfo_t *syncinfo, uint8_t **start, uint8_t *end)
|
|||
|
||||
parse_syncinfo_data(syncinfo,sbuffer);
|
||||
|
||||
while(sbuffer_size < syncinfo->frame_size * 2 - 2)
|
||||
while(sbuffer_size < (uint32_t)syncinfo->frame_size * 2 - 2)
|
||||
{
|
||||
if(cur >= end)
|
||||
goto done;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue