Re: const in function type signature
Dominic Sacré <[email protected]> Tue, 30 Dec 2008 00:29:04 +0100
| Newsgroups | gmane.comp.python.pyrex,gmane.comp.python.cython.devel |
|---|---|
| Message-ID | <[email protected]> |
On Monday 29 December 2008 22:18:11 Robert Bradshaw wrote: > On Dec 25, 2008, at 3:09 AM, Dominic Sacré wrote: > > Is there some way to get rid of these warnings? Basically, just > > allowing the > > use of const in the Pyrex source, and literally placing it in the > > generated > > C code would suffice... > > Yes, see http://wiki.cython.org/FAQ#head- > af019db12f683abe6bc226926e8a2a92425b8e57 Thanks, this works perfectly. I must have missed the fact that the Cython FAQ pertains to Pyrex as well. Cheers, Dominic