robertwb / issues-import-test

0 stars 0 forks source link

patch: RFC: constify Cython output all over the place (newbie approach) #25

Closed robertwb closed 8 years ago

robertwb commented 8 years ago

Reported by kirr on 14 May 2008 17:16 UTC 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*

And you know what? It seems in the next version of gcc, this deprecation warnings will be turned into errors.


Python sources already use 'const' keyword freely, so I think it's time to add constify bits all over the place.

Migrated-From: http://trac.cython.org/ticket/9

robertwb commented 8 years ago

Modified by robertwb on 7 Jun 2008 07:01 UTC

robertwb commented 8 years ago

Modified by robertwb on 19 Aug 2008 03:59 UTC