IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34856


Ignore:
Timestamp:
Dec 18, 2012, 3:47:50 PM (14 years ago)
Author:
bills
Message:

initialize some variables to keep optimized compiler happy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20121218/ppStack/src/ppStackCombinePrepare.c

    r34800 r34856  
    3535/*     } */
    3636    pmCell *bkgCell;
    37     int bkg_r0,bkg_c0;
    38     int bkg_nC,bkg_nR;
     37    int bkg_r0 = 0, bkg_c0 = 0;
     38    int bkg_nC = 0, bkg_nR = 0;
    3939    if (bkgName) {
    4040      ppStackFileActivationSingle(config, PPSTACK_FILES_BKG, true, 0);
Note: See TracChangeset for help on using the changeset viewer.