mirror of
https://github.com/curl/curl.git
synced 2026-05-06 16:57:29 +03:00
Killed warning 'res' might be used uninitialized.
This commit is contained in:
parent
322f0bc2f1
commit
97ed1ac905
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue