From: Yang Tse Date: Sat, 6 Feb 2010 17:31:09 +0000 (+0000) Subject: warning fix X-Git-Tag: curl-7_20_0~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e118cd4ca0318fb5fad90a95bef7d0a445c8f130;p=thirdparty%2Fcurl.git warning fix --- diff --git a/tests/runtests.pl b/tests/runtests.pl index 227e66d8af..7d10ef4fcd 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -543,7 +543,7 @@ sub torture { logmsg "*** Alloc number $limit is now set to fail ***\n" if($gdbthis); - my $ret; + my $ret = 0; if($gdbthis) { runclient($gdbline) }