Compiling rpc_server/srv_samr_util.c cc-1164 cc: WARNING File = rpc_server/srv_samr_util.c, Line = 267 Argument of type "const char *" is incompatible with parameter of type "const unsigned char *". pdb_sethexhours(new, (const char *)from->logon_hrs.hours); ^
Created attachment 1039 [details] change typecast to (const unsigned char *)
Actually, the type cast can be removed entirely; the type on the variable is correct already.
Checked in - thanks. There were a couple of other of these unecessary casts so I've fixed them up too.
sorry for the same, cleaning up the database to prevent unecessary reopens of bugs.