compilation warnings: 'pointer targets ... differ in signedness'

Rob Landley rob at landley.net
Sun Sep 25 03:14:49 UTC 2005


On Saturday 24 September 2005 18:53, Mike Frysinger wrote:
> On Saturday 24 September 2005 08:16 am, Cristian Ionescu-Idbohrn wrote:
> > - unsigned char *ptr;
> > + char *ptr;
>
> added thanks
>
> > See attached filtered logs.
>
> we're aware of them, many are not trivial to fix (like the md5 ones)
> -mike

No, what we need to do is add -funsigned-char to the makefile, because this is 
a stupid warning.

Rob



More information about the busybox mailing list