On Thu, Jul 17, 2008 at 2:04 PM, Matthieu Brucher <matthieu.brucher@gmail.com> wrote:
Hi,

I've enclosed a patch for numpy.i (against the trunk). Its goal is to
add const char*
instead of char* in some functions (pytype_string and
typecode_string). The char* use raises some warnings in GCC 4.2.3 (and
it is indeed not type safe IMHO).

Matthieu
--

Hi Matthieu,

Open a ticket so this doesn't get lost.

Chuck