mirror of
https://github.com/curl/curl.git
synced 2026-08-06 06:16:18 +03:00
Fixed some compiler warnings on lcc.
This commit is contained in:
parent
d14588120f
commit
e2df946eee
4 changed files with 8 additions and 6 deletions
|
|
@ -808,6 +808,7 @@ static int hostmatch(const char *hostname, const char *pattern)
|
|||
if (toupper(c) != toupper(*hostname++))
|
||||
return HOST_NOMATCH;
|
||||
}
|
||||
/* we never reach this point */
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue