Bug 3888 - rpc_server/srv_samr_nt.c: "unsigned int *" is incompatible with parameter of type "enum SID_NAME_USE *"
Summary: rpc_server/srv_samr_nt.c: "unsigned int *" is incompatible with parameter of ...
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.0.23
Hardware: SGI IRIX
: P3 normal
Target Milestone: none
Assignee: Tim Potter
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-28 14:18 UTC by Jason Mader (mail bounces back)
Modified: 2006-06-28 16:33 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Mader (mail bounces back) 2006-06-28 14:18:04 UTC
--- 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);
                                             ^
Comment 1 Jason Mader (mail bounces back) 2006-06-28 14:19:27 UTC
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);
                                                        ^
Comment 2 Jeremy Allison 2006-06-28 16:33:55 UTC
Fixed thanks !
Jeremy.