Ticket #375 (new defect)
Many warnings for buffer access.
| Reported by: | robertwb | Owned by: | dagss |
|---|---|---|---|
| Priority: | major | Milestone: | wishlist |
| Component: | Buffers | Keywords: | |
| Cc: |
Description (last modified by robertwb) (diff)
For example, when running the tests
bufaccess.c: In function '__pyx_pf_9bufaccess_printbuf': bufaccess.c:1758: warning: unused variable '__pyx_boffset_1_buf' bufaccess.c:1757: warning: unused variable '__pyx_boffset_0_buf' bufaccess.c:1756: warning: unused variable '__pyx_bshape_1_buf' bufaccess.c:1755: warning: unused variable '__pyx_bshape_0_buf' bufaccess.c:1754: warning: unused variable '__pyx_bstride_1_buf' bufaccess.c:1753: warning: unused variable '__pyx_bstride_0_buf' bufaccess.cpp: In function 'PyObject* __pyx_pf_9bufaccess_printbuf(PyObject*, PyObject*)': bufaccess.cpp:1753: warning: unused variable '__pyx_bstride_0_buf' bufaccess.cpp:1754: warning: unused variable '__pyx_bstride_1_buf' bufaccess.cpp:1755: warning: unused variable '__pyx_bshape_0_buf' bufaccess.cpp:1756: warning: unused variable '__pyx_bshape_1_buf' bufaccess.cpp:1757: warning: unused variable '__pyx_boffset_0_buf' bufaccess.cpp:1758: warning: unused variable '__pyx_boffset_1_buf' bufaccess.cpp: In function 'PyObject* __pyx_pf_9bufaccess_get_int_2d_uintindex(PyObject*, PyObject*, PyObject*)': bufaccess.cpp:5652: warning: comparison between signed and unsigned integer expressions bufaccess.cpp:5653: warning: comparison between signed and unsigned integer expressions
Change History
Note: See
TracTickets for help on using
tickets.
