mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:43:34 +03:00
fix some compiler warnings
This commit is contained in:
parent
97386c3c84
commit
8af4b657d0
8 changed files with 33 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue