Skip to content
Snippets Groups Projects
Commit 3b9ef8df authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

removed warning about signed/unsigned comparison

parent db6d4bcf
No related branches found
No related tags found
No related merge requests found
......@@ -1611,7 +1611,7 @@ static CURLcode CreateConnection(struct SessionHandle *data,
nope=no_proxy?strtok_r(no_proxy, ", ", &no_proxy_tok_buf):NULL;
while(nope) {
int namelen;
unsigned int namelen;
char *endptr = strchr(conn->name, ':');
if(endptr)
namelen=endptr-conn->name;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment