cc-1515 cc: WARNING File = printing/printing.c, Line = 94 A value of type "unsigned char *" cannot be assigned to an entity of type "char *". data.dptr = buf; ^ cc-1515 cc: WARNING File = printing/printing.c, Line = 115 A value of type "unsigned char *" cannot be assigned to an entity of type "char *". key.dptr = buf; ^ cc-1515 cc: WARNING File = printing/printing.c, Line = 167 A value of type "unsigned char *" cannot be assigned to an entity of type "char *". data.dptr=buf; ^
Fixed