Update of /cvsroot/xine/xine-lib/src/xine-utils
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2985/src/xine-utils

Modified Files:
        attributes.h 
Log Message:
Instead of __unused, use __attr_unused, to avoid possible collisions with other 
libraries.

Index: attributes.h
===================================================================
RCS file: /cvsroot/xine/xine-lib/src/xine-utils/attributes.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- attributes.h        25 Feb 2007 17:34:48 -0000      1.12
+++ attributes.h        25 Feb 2007 18:02:13 -0000      1.13
@@ -59,11 +59,11 @@
 # define XINE_SENTINEL
 #endif
 
-#ifndef __unused
+#ifndef __attr_unused
 # ifdef SUPPORT_ATTRIBUTE_UNUSED
-#  define __unused __attribute__((unused))
+#  define __attr_unused __attribute__((unused))
 # else
-#  define __unused
+#  define __attr_unused
 # endif
 #endif
 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog

Reply via email to