Bug 2987 - printing/printing.c: buf cannot be assigned to "char *"
Summary: printing/printing.c: buf cannot be assigned to "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 normal
Target Milestone: none
Assignee: Tim Potter
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-12 08:32 UTC by Jason Mader (mail bounces back)
Modified: 2005-09-27 12:07 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-08-12 08:32:49 UTC
cc-1515 cc: WARNING File = printing/printing.c, Line = 94
  A value of type "unsigned char *" cannot be assigned to an entity of type
          "char *".

        data.dptr = buf;
                  ^

cc-1515 cc: WARNING File = printing/printing.c, Line = 115
  A value of type "unsigned char *" cannot be assigned to an entity of type
          "char *".

        key.dptr = buf;
                 ^

cc-1515 cc: WARNING File = printing/printing.c, Line = 167
  A value of type "unsigned char *" cannot be assigned to an entity of type
          "char *".

        data.dptr=buf;
                 ^
Comment 1 Gerald (Jerry) Carter (dead mail address) 2005-09-27 12:07:40 UTC
Fixed