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/camera/pmFPAfileDefine.c

    r31633 r34044  
    333333        psMetadataItem *fuzz = psMetadataLookup(scheme, "FUZZ"); // Quantisation fuzz?
    334334        if (fuzz) {
    335             if (fuzz->type != PS_TYPE_BOOL) {
     335            if (fuzz->type != PS_DATA_BOOL) {
    336336                psWarning("FUZZ in compression scheme %s isn't boolean.", fitsType);
    337337                goto FITS_OPTIONS_DONE;
Note: See TracChangeset for help on using the changeset viewer.