From 154e30f6c2f67317fa9ab2745ed58716a9c47cc8 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Wed, 30 May 2007 09:32:25 +0000 Subject: rename attribute_unused to av_unused and moves its declaration to common.h patch by Carl Eugen Hoyos cehoyos chez ag or at original thread: [FFmpeg-devel] [PATCH] attribute_unused -> av_unused date: 05/29/2007 01:23 PM Originally committed as revision 9155 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/md5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/md5.c') diff --git a/libavutil/md5.c b/libavutil/md5.c index f717031247..96c3d25707 100644 --- a/libavutil/md5.c +++ b/libavutil/md5.c @@ -87,7 +87,7 @@ static const uint32_t T[64] = { // T[i]= fabs(sin(i+1)<<32) static void body(uint32_t ABCD[4], uint32_t X[16]){ int t; - int i attribute_unused; + int i av_unused; unsigned int a= ABCD[3]; unsigned int b= ABCD[2]; unsigned int c= ABCD[1]; -- cgit v1.2.3