IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31188


Ignore:
Timestamp:
Apr 5, 2011, 4:06:07 PM (15 years ago)
Author:
mwv
Message:

Initialized sass_id = -1
to avoid unitialized warning from compiler.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110404/ippTools/src/stacktool.c

    r30945 r31188  
    487487        // Define the requested association, and insert it if it doesn't already exist
    488488        stackAssociationRow *association = pxStackAssociationDefine(config,stack_id);
    489         psS64 sass_id;
     489        psS64 sass_id=-1;
    490490        if (!association->sass_id) {
    491491          psTrace("stacktool.association",2,"No required Association found. Adding.");
Note: See TracChangeset for help on using the changeset viewer.