From c388f79c0f1e91741cc506c5900f496ca8d4899f Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 11 Mar 2008 09:01:38 +0000 Subject: Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26220 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libswscale/yuv2rgb.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libswscale') diff --git a/libswscale/yuv2rgb.c b/libswscale/yuv2rgb.c index 8b4622311c..8ece0f6183 100644 --- a/libswscale/yuv2rgb.c +++ b/libswscale/yuv2rgb.c @@ -276,8 +276,7 @@ static int func_name(SwsContext *c, uint8_t* src[], int srcStride[], int srcSlic dst_2 += dst_delta;\ }\ if (c->dstW & 4) {\ - int av_unused U, V;\ - int Y;\ + int av_unused Y, U, V;\ #define EPILOG2()\ }\ -- cgit v1.2.3