В сообщении от Среда 14 мая 2008 Michael Abshoff написал(a): > Lisandro Dalcin wrote: > > On 5/14/08, Kirill Smelkov <[EMAIL PROTECTED]> wrote: > > > >> You know, when developing code, it is very tedious to look for meaningful > >> errors and warnings in presence of tons of noise like > >> warning: deprecated conversion from string constant to ‘char*’ > >> > > > > Indeed! > > > > > >> And you know what? It seems in the next version of gcc, this deprecation > >> warnings will be turned into errors. > >> > > Nope. At least non of the gcc 4.4 snapshots have done so. But it will > come with certainty at some point, but I doubt it will be in gcc 4.4 ;)
You are right :) By next version I meant "some future version". It seems I need to be less ambigous. > I have constified enough code to know it is a pain to do, so the earlier > Cython forces this in people the better. Then let's do it ASAP! Kirill. _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
