On Oct 16, 2008, at 8:36 AM, Lisandro Dalcin wrote:

> How often do you scan the full output of 'python runtests.py' in order
> to look for suspicious C-code generation? I guess never ;-), as Cython
> test suite generate many warning with GCC.

Sometimes I watch it as I go by, but I've gotten used to the unused  
variable errors by now...  (Maybe a better word would be  
desensitized. Not sure it's a good thing.)

> As this situation make me feel very uncomfortable, you have here for
> review a patch touching many test cases for removing those nasty GCC
> warnings. If there are no major objections, I would like to push this
> ASAP.

Yes, it looks good. Ideally valid Cython code would execute with no  
warnings at all (other than those in the users code, like bad  
declarations and using uninitalized data).

- Robert

_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to