From 88513d2d1ad60767b2d4e41a0e3a7b42894ff973 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Wed, 1 Oct 2008 17:34:24 +0000 Subject: Fixed some compiler warnings with gcc --- tests/libtest/lib553.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/libtest') diff --git a/tests/libtest/lib553.c b/tests/libtest/lib553.c index b9372b347..0a6fdcbdb 100644 --- a/tests/libtest/lib553.c +++ b/tests/libtest/lib553.c @@ -45,7 +45,7 @@ static char buf[SIZE_HEADERS + 100]; int test(char *URL) { CURL *curl; - CURLcode res; + CURLcode res = CURLE_FAILED_INIT; int i; struct curl_slist *headerlist=NULL, *hl; -- cgit v1.2.3