fix some compiler warnings

This commit is contained in:
Yang Tse
2012-03-16 19:06:34 +01:00
parent 97386c3c84
commit 8af4b657d0
8 changed files with 33 additions and 9 deletions

View File

@@ -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;