--- rpc_server/srv_samr_nt.o --- cc-1164 c99: WARNING File = rpc_server/srv_samr_nt.c, Line = 1650 Argument of type "unsigned int *" is incompatible with parameter of type "enum SID_NAME_USE *". names, attrs); ^
Also similar, --- 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 = 493 Argument of type "enum SID_NAME_USE *" is incompatible with parameter of type "unsigned int *". domain_name, *names, *types); ^
Fixed thanks ! Jeremy.