discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2fe27e5780af3fdabc362db6ba77f74732cb0183
commit 2fe27e5780af3fdabc362db6ba77f74732cb0183 Author: Lauro Moura <[email protected]> Date: Wed Jun 13 10:09:16 2018 -0400 evil: Fix test compilation. Summary: A variable was mistakenly removed in a previous commit. (It was used in places other than the check that was removed). Reviewers: devilhorns, zmike, vtorri Reviewed By: zmike, vtorri Subscribers: cedric, #committers Tags: #efl, #windows Differential Revision: https://phab.enlightenment.org/D6262 --- src/tests/evil/evil_test_unistd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/evil/evil_test_unistd.c b/src/tests/evil/evil_test_unistd.c index 4c003ea3c5..5252d49775 100644 --- a/src/tests/evil/evil_test_unistd.c +++ b/src/tests/evil/evil_test_unistd.c @@ -61,6 +61,7 @@ EFL_START_TEST(evil_unistd_pipe) int sockets[2]; struct timeval t; fd_set rfds; + int ret; data *d; DWORD thread_id; HANDLE h; --
