diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2005-12-13 18:54:31 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2005-12-13 18:54:31 +0000 |
commit | e2df946eee5cc05ff11d841fae8afdc9ad5d4852 (patch) | |
tree | b688f4807e353676d701cb86a7e316e2e0c8377b /lib/ssluse.c | |
parent | d14588120f4f7634f56ada128f8f298bef21152f (diff) | |
download | curl-e2df946eee5cc05ff11d841fae8afdc9ad5d4852.tar.gz |
Fixed some compiler warnings on lcc.
Diffstat (limited to 'lib/ssluse.c')
-rw-r--r-- | lib/ssluse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssluse.c b/lib/ssluse.c index 162f400d6..674477ba1 100644 --- a/lib/ssluse.c +++ b/lib/ssluse.c @@ -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 |