From: Takashi Iwai Date: Tue, 25 Mar 2003 17:33:55 +0000 (+0000) Subject: fixed compile warnings. X-Git-Tag: v1.0.3~87 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=cd0edaf29245083792a3423d5fbc3fa27ce1cbfd;p=alsa-tools.git fixed compile warnings. --- diff --git a/ac3dec/ac3spdif.c b/ac3dec/ac3spdif.c index 29c1c61..3a568a4 100644 --- a/ac3dec/ac3spdif.c +++ b/ac3dec/ac3spdif.c @@ -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;