From 97ed1ac905a02e27c2a61071103ae016ba0fed44 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Sun, 1 Sep 2013 23:08:29 +0200 Subject: Killed warning 'res' might be used uninitialized. --- tests/libtest/lib1512.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/libtest/lib1512.c b/tests/libtest/lib1512.c index 93d5ea908..447ffb218 100644 --- a/tests/libtest/lib1512.c +++ b/tests/libtest/lib1512.c @@ -34,7 +34,7 @@ int test(char *URL) { - CURLcode res; + CURLcode res = 0; CURL *curl[NUM_HANDLES] = {NULL, NULL}; char *port = libtest_arg3; char *address = libtest_arg2; -- cgit v1.2.3