[Numpy-tickets] [NumPy] #900: Compiler warnings
NumPy
numpy-tickets@scipy....
Sat Aug 30 04:21:28 CDT 2008
#900: Compiler warnings
-----------------------------+----------------------------------------------
Reporter: albertstrasheim | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 1.2.0
Component: numpy.core | Version: devel
Severity: normal | Keywords:
-----------------------------+----------------------------------------------
Build !NumPy trunk r5726 on 64-Bit Linux with GCC 4.3:
{{{
gcc -o build/scons/numpy/core/src/multiarraymodule.os -c -O2 -fno-strict-
aliasing -DNDEBUG -fomit-frame-pointer -g -Wall -Wstrict-prototypes -fPIC
-I/opt/python26/include/python2.6 -Ibuild/scons/numpy/core/include
-Ibuild/scons/numpy/core -I/opt/python26/include/python2.6
-I/opt/intel/mkl/10.0.4.023/include -I/opt/intel/mkl/10.0.4.023/include
build/scons/numpy/core/src/multiarraymodule.c
In file included from build/scons/numpy/core/src/arrayobject.c:536,
from build/scons/numpy/core/src/multiarraymodule.c:97:
build/scons/numpy/core/src/scalartypes.inc: In function
'object_arrtype_new':
build/scons/numpy/core/src/scalartypes.inc:1903: warning: unused variable
'src'
build/scons/numpy/core/src/scalartypes.inc:1903: warning: unused variable
'dest'
build/scons/numpy/core/src/scalartypes.inc:1902: warning: unused variable
'itemsize'
}}}
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/900>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list