chiark / gitweb /
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)
commitf9d8a4272810eef131b0be8923b93d682bf95937
treef9fad2e20fef6ecea835c21d1f61d1fecfc4010c
parent741f7410ed5c67e4a2641925bd22eb71c85a39cf
codec.pyx.in: Cast arguments to `xfree'.

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.
codec.pyx.in