projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
322f0bc
)
Killed warning 'res' might be used uninitialized.
author
Guenter Knauf
<lists@gknw.net>
Sun, 1 Sep 2013 21:08:29 +0000
(23:08 +0200)
committer
Guenter Knauf
<lists@gknw.net>
Sun, 1 Sep 2013 21:08:29 +0000
(23:08 +0200)
tests/libtest/lib1512.c
patch
|
blob
|
history
diff --git
a/tests/libtest/lib1512.c
b/tests/libtest/lib1512.c
index 93d5ea9086b1404e72f674c44b6942eb3d5e1254..447ffb2183542c1207c9145f916f30e1a656a5be 100644
(file)
--- 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;