# HG changeset patch # User mellum # Date 1064262598 0 # Node ID e0402982c1a0f8d324cab38ff2fc6f59b540c4c0 # Parent afc7baa19b62f356ae609427f6aba32e657a5d9d Fix compilation with ccc diff -r afc7baa19b62 -r e0402982c1a0 4xm.c --- a/4xm.c Fri Sep 19 04:41:02 2003 +0000 +++ b/4xm.c Mon Sep 22 20:29:58 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 __attribute((unused)) = 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;