Ticket #99 (closed enhancement: fixed)
Initialized variables that would not be initialized in case of error return
Reported by: | jasper | Owned by: | jasper |
---|---|---|---|
Priority: | trivial | Milestone: | Maintenance of Phase II |
Component: | Client Header Files | Version: | 1.2.0.8 |
Keywords: | Cc: |
Description
Some methods in data wrappers did not initialize the return variables in case of an error return, which (as the error is not in the form of an exception, but in the form of a CapeResult?) causes pedantic compilers to complain about it.
Variables are initialized to zero now.
Change History
Note: See
TracTickets for help on using
tickets.
Fixed in revision 226