jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=8f2e4915732553b2678c1813f45dad0cd55ba41e
commit 8f2e4915732553b2678c1813f45dad0cd55ba41e Author: Jean-Philippe Andre <[email protected]> Date: Mon Nov 13 22:39:02 2017 +0900 eolian: Fix odd syntax (remove EINA_UNUSED) --- src/lib/eolian/database_type_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/eolian/database_type_api.c b/src/lib/eolian/database_type_api.c index 94f8354889..5c0c241f6c 100644 --- a/src/lib/eolian/database_type_api.c +++ b/src/lib/eolian/database_type_api.c @@ -439,7 +439,7 @@ eolian_typedecl_free_func_get(const Eolian_Typedecl *tp) } EAPI const Eolian_Function * -eolian_typedecl_function_pointer_get(EINA_UNUSED const Eolian_Typedecl *tp) +eolian_typedecl_function_pointer_get(const Eolian_Typedecl *tp) { EINA_SAFETY_ON_NULL_RETURN_VAL(tp, NULL); if (eolian_typedecl_type_get(tp) != EOLIAN_TYPEDECL_FUNCTION_POINTER) --
