Re: [Numpy-discussion] Warnings in current trunk

2009-02-18 Thread Charles R Harris
On Tue, Feb 17, 2009 at 11:37 PM, David Cournapeau < da...@ar.media.kyoto-u.ac.jp> wrote: > Charles R Harris wrote: > > > > Oh, and this should be avoided: > > > > if (endptr != NULL) *endptr = (char*)p; > > > > Folks have different views about whether the single statement should > > be in

Re: [Numpy-discussion] Warnings in current trunk

2009-02-17 Thread David Cournapeau
Charles R Harris wrote: > > Oh, and this should be avoided: > > if (endptr != NULL) *endptr = (char*)p; > > Folks have different views about whether the single statement should > be in brackets but no one recommends putting it on the same line as > the if. It's too easy to overlook and habi

Re: [Numpy-discussion] Warnings in current trunk

2009-02-17 Thread Charles R Harris
On Tue, Feb 17, 2009 at 11:14 PM, Charles R Harris < charlesr.har...@gmail.com> wrote: > > > On Tue, Feb 17, 2009 at 10:22 PM, David Cournapeau < > da...@ar.media.kyoto-u.ac.jp> wrote: > >> Charles R Harris wrote: >> > >> > >> > On Tue, Feb 17, 2009 at 8:56 PM, David Cournapeau >> > mailto:da...@a

Re: [Numpy-discussion] Warnings in current trunk

2009-02-17 Thread Charles R Harris
On Tue, Feb 17, 2009 at 10:22 PM, David Cournapeau < da...@ar.media.kyoto-u.ac.jp> wrote: > Charles R Harris wrote: > > > > > > On Tue, Feb 17, 2009 at 8:56 PM, David Cournapeau > > mailto:da...@ar.media.kyoto-u.ac.jp>> > > wrote: > > > > Charles R Harris wrote: > > > I see a lot of warnin

Re: [Numpy-discussion] Warnings in current trunk

2009-02-17 Thread David Cournapeau
Charles R Harris wrote: > > > On Tue, Feb 17, 2009 at 8:56 PM, David Cournapeau > mailto:da...@ar.media.kyoto-u.ac.jp>> > wrote: > > Charles R Harris wrote: > > I see a lot of warnings like: > > > > In file included from numpy/core/src/multiarraymodule.c:87: > > numpy/core/src/u

Re: [Numpy-discussion] Warnings in current trunk

2009-02-17 Thread Charles R Harris
On Tue, Feb 17, 2009 at 8:56 PM, David Cournapeau < da...@ar.media.kyoto-u.ac.jp> wrote: > Charles R Harris wrote: > > I see a lot of warnings like: > > > > In file included from numpy/core/src/multiarraymodule.c:87: > > numpy/core/src/umath_funcs_c99.inc.src:199:1: warning: "isnan" redefined > >

Re: [Numpy-discussion] Warnings in current trunk

2009-02-17 Thread David Cournapeau
David Cournapeau wrote: > Charles R Harris wrote: > >> I see a lot of warnings like: >> >> In file included from numpy/core/src/multiarraymodule.c:87: >> numpy/core/src/umath_funcs_c99.inc.src:199:1: warning: "isnan" redefined >> In file included from /usr/include/python2.5/pyport.h:204, >>

Re: [Numpy-discussion] Warnings in current trunk

2009-02-17 Thread David Cournapeau
Charles R Harris wrote: > I see a lot of warnings like: > > In file included from numpy/core/src/multiarraymodule.c:87: > numpy/core/src/umath_funcs_c99.inc.src:199:1: warning: "isnan" redefined > In file included from /usr/include/python2.5/pyport.h:204, > from /usr/include/python

[Numpy-discussion] Warnings in current trunk

2009-02-17 Thread Charles R Harris
I see a lot of warnings like: In file included from numpy/core/src/multiarraymodule.c:87: numpy/core/src/umath_funcs_c99.inc.src:199:1: warning: "isnan" redefined In file included from /usr/include/python2.5/pyport.h:204, from /usr/include/python2.5/Python.h:57, f