IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 20, 2012, 6:58:23 AM (14 years ago)
Author:
eugene
Message:

fixes to address compile time errors due to pedantic gcc warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120601/psModules/src/objects/pmSource.c

    r33963 r34044  
    10981098        if (!addNoise && !addModelVar) source->tmpFlags |= PM_SOURCE_TMPF_SUBTRACTED;
    10991099    }
     1100    if (!status) {
     1101        // XXX maybe raise an error or warning?
     1102    }
    11001103
    11011104    return true;
     
    11661169        status = pmModelSubWithOffset (target, source->maskObj, model, mode, maskVal, dx, dy);
    11671170    }
     1171    if (!status) {
     1172        // XXX raise an error or warning?
     1173    }
    11681174
    11691175    // restore original values
     
    12531259    } else {
    12541260        status = pmModelSubWithOffset (target, source->maskObj, model, mode, maskVal, dx, dy);
     1261    }
     1262    if (!status) {
     1263        // XXX raise an error or warning?
    12551264    }
    12561265
Note: See TracChangeset for help on using the changeset viewer.