cc-1164 cc: WARNING File = utils/net_idmap.c, Line = 123 Argument of type "int *" is incompatible with parameter of type "uid_t *". if (!lp_idmap_uid(&hwms.user_hwm, &highest.user_hwm) || ^ cc-1164 cc: WARNING File = utils/net_idmap.c, Line = 123 Argument of type "int *" is incompatible with parameter of type "uid_t *". if (!lp_idmap_uid(&hwms.user_hwm, &highest.user_hwm) || ^ cc-1164 cc: WARNING File = utils/net_idmap.c, Line = 124 Argument of type "int *" is incompatible with parameter of type "gid_t *". !lp_idmap_gid(&hwms.group_hwm, &highest.group_hwm)) { ^ cc-1164 cc: WARNING File = utils/net_idmap.c, Line = 124 Argument of type "int *" is incompatible with parameter of type "gid_t *". !lp_idmap_gid(&hwms.group_hwm, &highest.group_hwm)) { ^
This is an IRIX compiler warning .. I'll take it ..
I took a look at this and unfortunately it's not as easy as the other compiler warning bugs. If you work up a patch let me know and I'll take a look.
Created attachment 1381 [details] Change uid_t and gid_t
A similar patch is in the current code. Please re-open if the problem still persists. Volker