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/pmReadoutFake.c

    r33624 r34044  
    332332#define CONCEPT_SET_S32(CONCEPTS, NAME, OLD, NEW) { \
    333333        psMetadataItem *item = psMetadataLookup(CONCEPTS, NAME); \
    334         psAssert(item->type == PS_TYPE_S32, "Incorrect type: %x", item->type); \
     334        psAssert(item->type == PS_DATA_S32, "Incorrect type: %x", item->type); \
    335335        if (item->data.S32 == OLD) { \
    336336            item->data.S32 = NEW; \
Note: See TracChangeset for help on using the changeset viewer.