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/config/pmConfigCommand.c

    r18937 r34044  
    4242    psMetadataItem *item;               // Item from iteration
    4343    while ((item = psMetadataGetAndIncrement(iter))) {
    44         assert(item->type == PS_TYPE_S32);
     44        assert(item->type == PS_DATA_S32);
    4545        psStringAppend(command, " -trace %s %d", item->name, item->data.S32);
    4646    }
Note: See TracChangeset for help on using the changeset viewer.