--- passdb/pdb_interface.o --- cc-1164 c99: WARNING File = passdb/pdb_interface.c, Line = 1570 Argument of type "unsigned int *" is incompatible with parameter of type "enum SID_NAME_USE *". if (lookup_global_sam_rid(names, rids[i], &name, &attrs[i], ^ cc-1164 c99: WARNING File = passdb/pdb_interface.c, Line = 1631 Argument of type "unsigned int *" is incompatible with parameter of type "enum SID_NAME_USE *". if (lookup_global_sam_name(names[i], 0, &rids[i], &attrs[i])) { ^
--- passdb/lookup_sid.o --- cc-1164 c99: WARNING File = passdb/lookup_sid.c, Line = 376 Argument of type "unsigned int *" is incompatible with parameter of type "enum SID_NAME_USE *". &names[i], &types[i])) { ^ cc-1164 c99: WARNING File = passdb/lookup_sid.c, Line = 415 Argument of type "enum SID_NAME_USE *" is incompatible with parameter of type "unsigned int *". *names, *types); ^ cc-1164 c99: WARNING File = passdb/lookup_sid.c, Line = 493 Argument of type "enum SID_NAME_USE *" is incompatible with parameter of type "unsigned int *". domain_name, *names, *types); ^
Fixed thanks ! Jeremy.