bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#20923: mgetgroups.c vs getgrouplist warning on OS X


From: Jim Meyering
Subject: bug#20923: mgetgroups.c vs getgrouplist warning on OS X
Date: Sun, 28 Jun 2015 16:41:42 -0700

I compiled the just-published snapshot on OS X configured with
--enable-gcc-warnings, and saw this:

lib/mgetgroups.c: In function 'mgetgroups':
lib/mgetgroups.c:90:45: error: pointer targets in passing argument 3
of 'getgrouplist' differ in signedness [-Werror=pointer-sign]
           ng = getgrouplist (username, gid, g, &max_n_groups);
                                             ^





reply via email to

[Prev in Thread] Current Thread [Next in Thread]