Fixed some compiler warnings on lcc.

This commit is contained in:
Dan Fandrich
2005-12-13 18:54:31 +00:00
parent d14588120f
commit e2df946eee
4 changed files with 8 additions and 6 deletions

View File

@@ -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