About pointer signedness warnings

Rob Landley rob at landley.net
Wed Dec 14 22:09:47 UTC 2005


On Wednesday 14 December 2005 08:25, Vladimir N. Oleynik wrote:
> Tito,
>
> > just today I've seen a thread on kerneltrap about dropping gcc 2.95,
> > where  was also mentioned a flag (probably for gcc 4.x.x only)
> > to remove  warnings about pointer signedness:
> >
> >  # disable pointer signedness warnings in gcc 4.0
> >
> >  CFLAGS += $(call cc-option,-Wno-pointer-sign,)
> >
> > So maybe this could be a solution to turn down the warnings noise.
> > Just a thought, more experienced people should decide if and where to add
> >  this to the Makefiles.
>
> Good idea for me.

I agree.

Rob
-- 
Steve Ballmer: Innovation!  Inigo Montoya: You keep using that word.
I do not think it means what you think it means.



More information about the busybox mailing list