Killed warning 'res' might be used uninitialized.
authorGuenter Knauf <lists@gknw.net>
Sun, 1 Sep 2013 21:08:29 +0000 (23:08 +0200)
committerGuenter Knauf <lists@gknw.net>
Sun, 1 Sep 2013 21:08:29 +0000 (23:08 +0200)
tests/libtest/lib1512.c

index 93d5ea9..447ffb2 100644 (file)
@@ -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;