Ticket #104 (closed enhancement: fixed)
removing GCC warnings for test suite
| Reported by: | dalcinl | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.10 |
| Component: | Testing | Keywords: | |
| Cc: |
Description
This patch reduces the signal-to-noise ratio when running the test suite by making the following changes in many test cases:
1) unused cdef functions become used by calling them 2) used but uninitialized local variables become initialized 3) come cdef functions return accordingly to its return type
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

