Compiling tdb/tdbutil.c cc-1515 cc: WARNING File = tdb/tdbutil.c, Line = 46 A value of type "const char *" cannot be assigned to an entity of type "char *" . ret.dptr = dptr; ^
ret.dptr = (char *)cdptr;
Fixed this qualifier error as well as all others in the samba tree.
sorry for the same, cleaning up the database to prevent unecessary reopens of bugs.