furrymyad pushed a commit to branch efl-1.16.

http://git.enlightenment.org/core/efl.git/commit/?id=46d1f181997eef10075f0323953baec9e1001e50

commit 46d1f181997eef10075f0323953baec9e1001e50
Author: Jean-Philippe Andre <[email protected]>
Date:   Thu Apr 28 16:05:00 2016 +0900

    Edje Edit: Fix compilation warning
---
 src/lib/edje/edje_edit.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/edje/edje_edit.c b/src/lib/edje/edje_edit.c
index 67071a1..fb04c9f 100644
--- a/src/lib/edje/edje_edit.c
+++ b/src/lib/edje/edje_edit.c
@@ -12620,7 +12620,7 @@ _edje_generate_source_state_proxy(Edje *ed, 
Edje_Part_Description_Common *pd, Ei
 {
    int attr_amount = 0;
    int indent_space = 0;
-   Eina_Bool ret;
+   Eina_Bool ret = 1;
    Edje_Part_Description_Proxy *pro;
 
    pro = (Edje_Part_Description_Proxy *)pd;

-- 


Reply via email to