diff svq3.c @ 5006:28ebdd244a07 libavcodec

Change some leftover __attribute__((unused)) and __attribute__((used)) to attribute_unused and attribute_used respectively to ease compiling on non-gcc.
author reimar
date Mon, 14 May 2007 14:07:50 +0000
parents a96d905dcbaa
children 71da0c30248b
line wrap: on
line diff
--- a/svq3.c	Mon May 14 11:53:27 2007 +0000
+++ b/svq3.c	Mon May 14 14:07:50 2007 +0000
@@ -183,8 +183,8 @@
 static void pred4x4_down_left_svq3_c(uint8_t *src, uint8_t *topright, int stride){
     LOAD_TOP_EDGE
     LOAD_LEFT_EDGE
-    const __attribute__((unused)) int unu0= t0;
-    const __attribute__((unused)) int unu1= l0;
+    const attribute_unused int unu0= t0;
+    const attribute_unused int unu1= l0;
 
     src[0+0*stride]=(l1 + t1)>>1;
     src[1+0*stride]=