Hi Andy,
On Dec 3, 2004, at 14:03, Andy Young wrote:
[...]
I do have one query remaining. In the compile I get this message a lot:

"mainmodule.c:396: warning: cast to pointer from integer of different
size"

Is that likely to cause me problems at all?

No. This warning occurs usually on 64 bit machines where pointer and default integer types may have different size. All we require in Sharity is that 32 bit of data are preserved by the cast. And that's still guaranteed, even if one of the types can hold 64 bits.


Regards, Christian.

--
Dipl.-Ing. Christian Starkjohann
Objective Development
mailto:[EMAIL PROTECTED] | http://www.obdev.at/

_______________________________________________
Sharity-talk mailing list
[EMAIL PROTECTED]
To unsubscribe see http://at.obdev.at/mailman/listinfo/sharity-talk

Reply via email to