mirror of
https://github.com/curl/curl.git
synced 2026-08-24 21:43:32 +03:00
fix compiler warning
This commit is contained in:
parent
6e5acc2fc1
commit
bd7430c1ee
2 changed files with 7 additions and 4 deletions
|
|
@ -3381,7 +3381,7 @@ CURLcode Curl_http_readwrite_headers(struct SessionHandle *data,
|
|||
or else we consider this to be the body right away! */
|
||||
int httpversion_major;
|
||||
int rtspversion_major;
|
||||
int nc;
|
||||
int nc = 0;
|
||||
#ifdef CURL_DOES_CONVERSIONS
|
||||
#define HEADER1 scratch
|
||||
#define SCRATCHSIZE 21
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue