Bug 4465 - librpc/ndr/ndr_sec_helper.c: enumerated type is mixed with another type
Summary: librpc/ndr/ndr_sec_helper.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.25
Hardware: SGI IRIX
: P3 normal
Target Milestone: none
Assignee: Tim Potter
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-24 12:45 UTC by Jason Mader (mail bounces back)
Modified: 2007-03-24 13:16 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) 2007-03-24 12:45:04 UTC
cc-1185 c99: WARNING File = librpc/ndr/ndr_sec_helper.c, Line = 133
  An enumerated type is mixed with another type.

        *r = v;
           ^

cc-1185 c99: WARNING File = librpc/ndr/ndr_sec_helper.c, Line = 562
  An enumerated type is mixed with another type.

        *r = v;
           ^

cc-1185 c99: WARNING File = librpc/ndr/ndr_sec_helper.c, Line = 660
  An enumerated type is mixed with another type.

        *r = v;
           ^
Comment 1 Volker Lendecke 2007-03-24 13:16:27 UTC
Hopefully fixed with r21960. Jason, please check this one.

Thanks,

Volker