Enlightenment CVS committal Author : cedric Project : e17 Module : proto/eina
Dir : e17/proto/eina/src/include Modified Files: eina_types.h Log Message: Add the __UNUSED__ macro. =================================================================== RCS file: /cvs/e/e17/proto/eina/src/include/eina_types.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- eina_types.h 30 Jul 2008 12:46:54 -0000 1.1 +++ eina_types.h 31 Jul 2008 14:59:22 -0000 1.2 @@ -27,6 +27,12 @@ # endif #endif +#if HAVE___ATTRIBUTE__ +# define __UNUSED__ __attribute__((unused)) +#else +# define __UNUSED__ +#endif + /* remove this TRUE/FALSE redifinitions */ #ifndef TRUE ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs