pointer <-> integer conversion warnings (bogus -Wall warnings)
Richard Henderson
rth@redhat.com
Wed Mar 13 15:38:00 GMT 2002
On Wed, Mar 13, 2002 at 01:59:03PM -0800, Tom Lord wrote:
> The code in question, once again, has an explicit cast:
>
> x = (int)p;
x = (int)(size_t) p;
r~
More information about the Gcc
mailing list