[Pyrex] Ignoring warnings and lots of TEXTRELS

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Sep 15 02:12:16 CEST 2005


Nathaniel Haggard wrote:
> Are these warning anything to be concerned about?
> 
> warning: assignment makes pointer from integer without a cast

I don't think you should be getting that -- Pyrex
should be generating well-typed code. What produces
it?

> warning: use of cast expressions as lvalues is deprecated

You can ignore that one. It's a well-known problem
that I hope to fix in the next release.

Greg



More information about the Pyrex mailing list