IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 21 years ago

Closed 21 years ago

#645 closed defect (fixed)

uninitialized variable complaints revealed by -O2

Reported by: eugene Owned by: robert.desonia@…
Priority: high Milestone:
Component: build Version: 0.9.0
Severity: normal Keywords:
Cc:

Description


Change History (3)

comment:1 by eugene, 21 years ago

in src/astrom/pmAstrometryObjects.c:535,541 - newStat

eg: pmAstromStats newStat = {{0, 0, 0, 0}, {0, 0, 0, 0}, 0, 0, 0, 0};

in src/imsubtract/pmSubtractBias.c:891,897 - vecSize

eg: psS32 vecSize = 0;

(in eam_rel9_b1)

comment:2 by robert.desonia@…, 21 years ago

Status: newassigned

comment:3 by robert.desonia@…, 21 years ago

Resolution: fixed
Status: assignedclosed

can compile with --enable-optimize now.

Note: See TracTickets for help on using tickets.