From 8d06bd53f8daedd2928403abe3013225665e2d49 Mon Sep 17 00:00:00 2001 From: Mark Cox Date: Sat, 8 Mar 2008 17:18:28 +0000 Subject: Fix unused variable warnings. patch by mark cox, melbournemark+ffmpeg gmail.com Originally committed as revision 12370 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/faanidct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/faanidct.c') diff --git a/libavcodec/faanidct.c b/libavcodec/faanidct.c index add40349a6..dc3d8fbb81 100644 --- a/libavcodec/faanidct.c +++ b/libavcodec/faanidct.c @@ -48,7 +48,7 @@ B7*B0/8, B7*B1/8, B7*B2/8, B7*B3/8, B7*B4/8, B7*B5/8, B7*B6/8, B7*B7/8, static inline void p8idct(DCTELEM data[64], FLOAT temp[64], uint8_t *dest, int stride, int x, int y, int type){ int i; - FLOAT tmp0; + FLOAT av_unused tmp0; FLOAT s04, d04, s17, d17, s26, d26, s53, d53; FLOAT os07, os16, os25, os34; FLOAT od07, od16, od25, od34; -- cgit v1.2.3