Mercurial > libavcodec.hg
changeset 1452:37dc515e3dac libavcodec
remove warnings
author | bellard |
---|---|
date | Tue, 09 Sep 2003 22:48:19 +0000 |
parents | 62c16edd18c6 |
children | 20a79b0e6d2a |
files | 4xm.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/4xm.c Tue Sep 09 19:46:21 2003 +0000 +++ b/4xm.c Tue Sep 09 22:48:19 2003 +0000 @@ -551,7 +551,7 @@ uint16_t *dst= (uint16_t*)f->current_picture.data[0]; const int stride= f->current_picture.linesize[0]>>1; const int bitstream_size= get32(buf); - const int token_count= get32(buf + bitstream_size + 8); + const int token_count __attribute((unused)) = get32(buf + bitstream_size + 8); int prestream_size= 4*get32(buf + bitstream_size + 4); uint8_t *prestream= buf + bitstream_size + 12;