IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 16, 2023, 8:42:18 AM (3 years ago)
Author:
eugene
Message:

fix tests to deal with API change to psPlaneTransformAlloc and the warnings from newer gcc version (sprintf -> ps_snprintf_nowarn); tests build (though many fail)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20230313/psModules/test/config/tap_pmConfigCommand.c

    r15986 r42501  
    140140            psMetadataItem *item;
    141141            while ((item = psMetadataGetAndIncrement(iter))) {
    142                 assert(item->type == PS_TYPE_S32);
     142                assert(item->type == PS_DATA_S32);
    143143                psStringAppend(&verifyCmd, " -trace %s %d", item->name, item->data.S32);
    144144            }
Note: See TracChangeset for help on using the changeset viewer.