Bug 4172 - utils/net_rpc.c,net_util.c: enumerated type is mixed with another type
Summary: utils/net_rpc.c,net_util.c: enumerated type is mixed with another type
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.0.23c
Hardware: SGI IRIX
: P3 normal
Target Milestone: none
Assignee: Tim Potter
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-13 17:21 UTC by Jason Mader (mail bounces back)
Modified: 2006-11-21 08:03 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-10-13 17:21:07 UTC
--- utils/net_rpc.o ---
cc-1185 c99: WARNING File = utils/net_rpc.c, Line = 2036
  An enumerated type is mixed with another type.

                *type = types[0];
                      ^
--- utils/net_util.o ---
cc-1185 c99: WARNING File = utils/net_util.c, Line = 79
  An enumerated type is mixed with another type.

                *ret_type = types[0];
                          ^
Comment 1 Jason Mader (mail bounces back) 2006-11-21 08:00:40 UTC
both warnings are still in 3.0.23d
Comment 2 Volker Lendecke 2006-11-21 08:03:42 UTC
True, 3.0.23d was a relatively conservative bug-fix only release. This is fixed in the 3.0.24 release branch.

Thanks :-)

Volker