Ticket #99 (closed enhancement: fixed)

Opened 18 months ago

Last modified 18 months ago

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

comment:1 Changed 18 months ago by jasper

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in revision 226

comment:2 Changed 18 months ago by jasper

  • Component changed from Building distribution to Client Header Files
Note: See TracTickets for help on using tickets.