[Cython] [PATCH] RFC: constify Cython output all over the place (newbie approach)
Kirill Smelkov
kirr at mns.spb.ru
Wed May 14 19:41:19 CEST 2008
В сообщении от Среда 14 мая 2008 Michael Abshoff написал(a):
> Lisandro Dalcin wrote:
> > On 5/14/08, Kirill Smelkov <kirr at mns.spb.ru> 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.
More information about the Cython-dev
mailing list