Bug 2990 - registry/regfio.c: "unsigned char *" is incompatible with "const char *"
Summary: registry/regfio.c: "unsigned char *" is incompatible with "const 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 16:35 UTC by Jason Mader (mail bounces back)
Modified: 2005-09-27 12:04 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 16:35:46 UTC
Compiling registry/regfio.c
cc-1164 cc: WARNING File = registry/regfio.c, Line = 1673
  Argument of type "unsigned char *" is incompatible with parameter of type
          "const char *".

        return StrnCaseCmp( h1->keycheck, h2->keycheck, sizeof(uint32) );
                            ^

cc-1164 cc: WARNING File = registry/regfio.c, Line = 1673
  Argument of type "unsigned char *" is incompatible with parameter of type
          "const char *".

        return StrnCaseCmp( h1->keycheck, h2->keycheck, sizeof(uint32) );
                                          ^
Comment 1 Gerald (Jerry) Carter (dead mail address) 2005-09-27 12:04:19 UTC
CODE HAS SINCE BEEN REWRITTEN
Comment 2 Gerald (Jerry) Carter (dead mail address) 2005-09-27 12:04:32 UTC
oops. sorry for the CAPS.