* cygpath.cc (close_arg): Remove unused static.

* mkgroup.c (enum_local_users): Avoid compiler warning.
(enum_users): Ditto.
* mkpasswd.c: Ditto throughout.
* ssp.c: Ditto throughout.
This commit is contained in:
Christopher Faylor
2002-09-30 03:01:17 +00:00
parent 9d1e72a175
commit 0fa64fa3a7
5 changed files with 20 additions and 12 deletions

View File

@@ -140,7 +140,7 @@ enum_local_users (LPWSTR groupname)
MAX_PREFERRED_LENGTH,
&entries, &total, &reshdl))
{
int i, first = 1;
unsigned i, first = 1;
for (i = 0; i < entries; ++i)
if (buf1[i].lgrmi1_sidusage == SidTypeUser)
@@ -259,7 +259,7 @@ enum_users (LPWSTR servername, LPWSTR groupname)
MAX_PREFERRED_LENGTH,
&entries, &total, &reshdl))
{
int i, first = 1;
unsigned i, first = 1;
for (i = 0; i < entries; ++i)
{