* 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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user