Eobj: s/__UNUSED__/EINA_UNUSED/ I had no idea that exists.
[profile/ivi/eobj.git] / examples / constructors / simple2.c
index 0fcd7b3..71819ee 100644 (file)
@@ -7,7 +7,7 @@
 static const Eobj_Class *_my_class = NULL;
 
 static void
-_constructor(Eobj *obj, void *class_data __UNUSED__)
+_constructor(Eobj *obj, void *class_data EINA_UNUSED)
 {
    eobj_constructor_super(obj);