Ticket #9 (closed enhancement: fixed)
patch: RFC: constify Cython output all over the place (newbie approach)
| Reported by: | kirr@… | Owned by: | somebody |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.9.6.x |
| Component: | Code Generation | Keywords: | patch,const |
| Cc: |
Description
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.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

