Oct. 17, 2010
4:26 p.m.
Am 17.10.2010 um 15:45 schrieb Blue Swirl:
Please [...] remove the casts where possible: - unsigned char *dest = (unsigned char *)POP(); + unsigned char *dest = cell2pointer(POP());
I wasn't able to remove most char* casts due to pointer signedness warnings but I managed to drop some more ucell casts. Andreas