From 8af4b657d0f44bd6f2b1d672666c046e53af0e0c Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 16 Mar 2012 19:06:34 +0100 Subject: fix some compiler warnings --- src/tool_setopt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/tool_setopt.c b/src/tool_setopt.c index 5be4c3b39..d9e200e5f 100644 --- a/src/tool_setopt.c +++ b/src/tool_setopt.c @@ -389,7 +389,7 @@ CURLcode tool_setopt(CURL *curl, bool str, struct Configurable *config, { va_list arg; char buf[256]; - const char *value; + const char *value = NULL; bool remark = FALSE; bool skip = FALSE; bool escape = FALSE; -- cgit v1.2.3