codec.pyx.in: Cast arguments to `xfree'.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 27 Jul 2017 09:50:39 +0000 (10:50 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 16 Aug 2017 03:31:32 +0000 (04:31 +0100)
I malloced them, so I have to free them; but the underlying type is
`const char *'.  Add the necessary casts.  This is actually a legitimate
use, rather than covering a Pyrex deficiency.

These are the last compiler warnings.


No differences found