[OpenBIOS] [PATCH] ppc: Move noreturn attribute

Andreas Färber andreas.faerber at web.de
Mon Oct 18 01:26:05 CEST 2010


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



More information about the OpenBIOS mailing list