[Numpy-discussion] Warnings in current trunk

David Cournapeau david at ar.media.kyoto-u.ac.jp
Tue Feb 17 23:51:19 EST 2009


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,
>>                  from /usr/include/python2.5/Python.h:57,
>>                  from numpy/core/src/multiarraymodule.c:18:
>>
>> These are probably from r6363.
>>
>> Also
>>
>> In file included from numpy/core/src/scalartypes.inc.src:10,
>>                  from numpy/core/src/arrayobject.c:537,
>>                  from numpy/core/src/multiarraymodule.c:102:
>> numpy/core/src/numpyos.c: In function 'NumPyOS_ascii_strtod':
>> numpy/core/src/numpyos.c:431: warning: assignment discards qualifiers
>> from pointer target type
>> numpy/core/src/numpyos.c:480: warning: assignment discards qualifiers
>> from pointer target type
>>     
Pauli, can you take a quick look whether the fixes for the above in
r6372 make sense ? I only tested on Linux,

cheers,

David



More information about the NumPy-Discussion mailing list