Eobj: s/__UNUSED__/EINA_UNUSED/ I had no idea that exists.
[profile/ivi/eobj.git] / examples / constructors / simple5.c
index a2ced9f..f99bd77 100644 (file)
@@ -7,7 +7,7 @@
 static const Eobj_Class *_my_class = NULL;
 
 static void
-_destructor(Eobj *obj, void *class_data __UNUSED__)
+_destructor(Eobj *obj, void *class_data EINA_UNUSED)
 {
    (void) obj;
 }