edje edje_codegen.c: Fixed 'may be used uninitialized' warnings.
authorseoz <seoz>
Fri, 9 Nov 2012 03:54:52 +0000 (03:54 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 9 Nov 2012 03:54:52 +0000 (03:54 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@79008 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/edje_codegen.c

index 14d5c89..891a4b8 100644 (file)
@@ -937,7 +937,7 @@ _parse_programs(Evas_Object *ed)
 {
    Eina_Bool ret = EINA_TRUE;
    Eina_List *programs, *l;
-   const char *name, *source, *signal, *description;
+   const char *name, *source = NULL, *signal = NULL, *description;
    char *apiname;
    Edje_Action_Type type;