cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=01f13181175bfe1d0aefde8877efccd25f628f42

commit 01f13181175bfe1d0aefde8877efccd25f628f42
Author: Vivek Ellur <vivek.el...@samsung.com>
Date:   Fri Nov 20 05:52:56 2015 +0100

    evil: fix uninitialize warning
    
    Summary:
    @Fix
    
    Signed-off-by: Vivek Ellur <vivek.el...@samsung.com>
    
    Subscribers: cedric
    
    Differential Revision: https://phab.enlightenment.org/D3324
    
    Signed-off-by: Cedric BAIL <ced...@osg.samsung.com>
---
 src/bin/evil/evil_test_pipe.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/evil/evil_test_pipe.c b/src/bin/evil/evil_test_pipe.c
index 54b68b2..e5cfdec 100644
--- a/src/bin/evil/evil_test_pipe.c
+++ b/src/bin/evil/evil_test_pipe.c
@@ -45,7 +45,7 @@ test_pipe_test(void)
    int            sockets[2];
    struct timeval t;
    fd_set         rfds;
-   int            ret;
+   int            ret = 0;
    data          *d;
    DWORD          thread_id;
    HANDLE         h;

-- 


Reply via email to