From 88730be65153f4a59916d971842fdaed3e0fd72b Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Thu, 24 Feb 2005 19:08:50 +0000 Subject: kill warnings patch by (Måns Rullgård ) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 3977 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/rangecoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/rangecoder.h') diff --git a/libavcodec/rangecoder.h b/libavcodec/rangecoder.h index 1d68b9ac9a..6fd7b43bfb 100644 --- a/libavcodec/rangecoder.h +++ b/libavcodec/rangecoder.h @@ -94,7 +94,7 @@ static inline void refill(RangeCoder *c){ static inline int get_rac(RangeCoder *c, uint8_t * const state){ int range1= (c->range * (*state)) >> 8; - int one_mask; + int attribute_unused one_mask; c->range -= range1; #if 1 -- cgit v1.2.3