jeyzu pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ef91422e90313f546fcdf3c491f8beba1d854aef
commit ef91422e90313f546fcdf3c491f8beba1d854aef Author: Jérémy Zurcher <[email protected]> Date: Fri Aug 22 10:09:58 2014 +0200 Eo: add missing field initializer --- src/lib/eo/Eo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/eo/Eo.h b/src/lib/eo/Eo.h index eaf673e..30ae45e 100644 --- a/src/lib/eo/Eo.h +++ b/src/lib/eo/Eo.h @@ -1056,7 +1056,7 @@ struct _Eo_Callback_Array_Item { \ static Eo_Callback_Array_Item internal[sizeof ((Eo_Callback_Array_Item[]) { __VA_ARGS__ }) / \ sizeof (Eo_Callback_Array_Item) + \ - 1] = { { 0 } }; \ + 1] = { { 0, 0 } }; \ if (internal[0].desc == NULL) \ { \ memcpy(internal, \ --
