Ticket #39 (closed defect: fixed)
imp_w projection error
| Reported by: | barendgehrels | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | major | Milestone: | 4.7.0 |
| Component: | Core | Version: | 4.6.1 |
| Keywords: | imp_w | Cc: |
Description
Compiler says:
imw_p.hpp 91: warning: 'yc' is used uninitialized in this function
Compiler is right, loc_for takes a pointer to yc BUT declares yc locally and never assigns its value. It is then used unitialized in the inverse function.
Change History
Note: See
TracTickets for help on using
tickets.
