Lisandro Dalcin, 28.04.2010 23:08: > This is the fist time since I've started contributing to Cython that running > > $ CPPFLAGS='-Wextra -Wno-unused-parameter' python runtests.py > > finalized without a single warning.
Thanks a lot for going through this. > Please contribute to maintain this. I added "--std=c99 -Wall -Wextra -Wno-unused-parameter" to the CFLAGS on the Hudson-CI server, so that we can look up the current warnings in the build logs. (does -Wextra imply -Wall? "man gcc" doesn't tell me...) Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
