Bug 2898 - tdb/tdbdump.c: "unsigned char *" should be "char *"
Summary: tdb/tdbdump.c: "unsigned char *" should be "char *"
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.0.20
Hardware: SGI IRIX
: P3 minor
Target Milestone: none
Assignee: James Peach
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-19 04:46 UTC by Jason Mader (mail bounces back)
Modified: 2006-02-13 10:57 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) 2005-07-19 04:46:16 UTC
cc-1140 cc: WARNING File = tdb/tdbdump.c, Line = 37
  A value of type "char *" cannot be used to initialize an entity of type
          "unsigned char *".

        unsigned char *p = d.dptr;
                           ^
Comment 1 James Peach 2005-07-30 22:45:55 UTC
Reassign IRIX bugs to me.
Comment 2 Jason Mader (mail bounces back) 2006-02-13 10:57:05 UTC
in 3.0.21b there is no compiler warning