mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
fix compiler warning: enumerated type mixed with another type
This commit is contained in:
parent
dd08a7a4f6
commit
082237e2b5
@ -2356,7 +2356,7 @@ CURLcode Curl_perform(struct SessionHandle *data)
|
||||
CURLcode res2;
|
||||
struct connectdata *conn=NULL;
|
||||
char *newurl = NULL; /* possibly a new URL to follow to! */
|
||||
int follow = FOLLOW_NONE;
|
||||
followtype follow = FOLLOW_NONE;
|
||||
|
||||
data->state.used_interface = Curl_if_easy;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user