cc-1164 cc: WARNING File = utils/profiles.c, Line = 450 Argument of type "const unsigned char *" is incompatible with parameter of type "const char *". lstr = (const unsigned char *)strchr(lstr + 1, '-'); ^
Since this is very dependant on string functions, sid_str might be a char *. static int get_sid(DOM_SID *sid, char *sid_str);
profiles.c has been largely rewritten now so I doubt this bug applies anymore.