From 7504dec273857b8f6b91d94d0dc5e4d9797159a0 Mon Sep 17 00:00:00 2001 From: Vivek Ellur Date: Fri, 20 Nov 2015 05:52:56 +0100 Subject: [PATCH] evil: fix uninitialize warning Summary: @Fix Signed-off-by: Vivek Ellur Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D3324 Signed-off-by: Cedric BAIL --- 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 54b68b28ea..e5cfdec4d1 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;