Bug 2464 - smbd/trans2.c: "char *" val cannot be assigned to "unsigned char *"
Summary: smbd/trans2.c: "char *" val cannot be assigned to "unsigned char *"
Status: CLOSED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: File Services (show other bugs)
Version: 3.0.11
Hardware: All All
: P3 normal
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-16 11:55 UTC by Jason Mader (mail bounces back)
Modified: 2005-08-24 10:15 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-03-16 11:55:02 UTC
Compiling smbd/trans2.c
cc-1515 cc: WARNING File = smbd/trans2.c, Line = 146
  A value of type "char *" cannot be assigned to an entity of type
          "unsigned char *".

        pea->value.data = val;
                        ^
Comment 1 Jeremy Allison 2005-03-16 18:19:49 UTC
Added cast. Thanks,
Jeremy.
Comment 2 Gerald (Jerry) Carter (dead mail address) 2005-08-24 10:15:28 UTC
sorry for the same, cleaning up the database to prevent unecessary reopens of bugs.