[Numpy-tickets] [NumPy] #377: Compiler warnings in lapack_lite.c
NumPy
numpy-tickets at scipy.net
Sat Nov 11 11:21:00 CST 2006
#377: Compiler warnings in lapack_lite.c
-----------------------------+----------------------------------------------
Reporter: albertstrasheim | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: numpy.linalg | Version: devel
Severity: normal | Keywords:
-----------------------------+----------------------------------------------
Warning from GCC 4.0.3 when building lapack_litemodule.c as of r3432:
{{{
numpy/linalg/lapack_litemodule.c: In function "lapack_lite_dgesdd":
numpy/linalg/lapack_litemodule.c:462: warning: label "defaul" defined but
not used
numpy/linalg/lapack_litemodule.c:446: warning: "nwork" may be used
uninitialized in this function
}}}
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/377>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list