IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 19, 2007, 3:30:45 PM (19 years ago)
Author:
jhoblitt
Message:

fix variable uninitialized warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/pmShifts.c

    r12264 r12504  
    211211        psMetadata *row = table->data[i]; // The row of interest
    212212
    213         const char *chipName;           // Name of chip
     213        const char *chipName = NULL;    // Name of chip
    214214        if (phuLevel == PM_FPA_LEVEL_FPA) {
    215215            // Only care about the chip name if there's more than one chip
     
    223223            }
    224224        }
    225         const char *cellName;           // Name of cell
     225        const char *cellName = NULL;    // Name of cell
    226226        if (phuLevel <= PM_FPA_LEVEL_CHIP) {
    227227            // Only care about the cell name if there's a chip
Note: See TracChangeset for help on using the changeset viewer.