[Numpy-tickets] [NumPy] #377: Compiler warnings in lapack_lite.c
NumPy
numpy-tickets at scipy.net
Sat Nov 11 17:17:04 CST 2006
#377: Compiler warnings in lapack_lite.c
-----------------------------+----------------------------------------------
Reporter: albertstrasheim | Owner: somebody
Type: defect | Status: closed
Priority: normal | Milestone:
Component: numpy.linalg | Version: devel
Severity: normal | Resolution: fixed
Keywords: |
-----------------------------+----------------------------------------------
Changes (by charris):
* status: new => closed
* resolution: => fixed
Comment:
Should be fixed. The label defaul: looks like a typo and nwork might
indeed have ended up uninitialized. Fixed by replacing nwork by work0 and
not having a default in the switch statement.
Needs testing.
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/377#comment:1>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list