IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

fix build-time warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120601/ippTools/src/dettool_processedexp.c

    r28578 r34058  
    266266    PS_ASSERT_PTR_NON_NULL(config, NULL);
    267267
    268     PXOPT_LOOKUP_S64(det_id, config->args, "-det_id", true, false);
     268    // PXOPT_LOOKUP_S64(det_id, config->args, "-det_id", true, false);
    269269    PXOPT_LOOKUP_STR(data_state, config->args, "-data_state", true, false);
    270270
     
    283283bool updatestateprocessedMode(pxConfig *config) {
    284284  PS_ASSERT_PTR_NON_NULL(config, NULL);
    285   PXOPT_LOOKUP_S64(det_id,config->args, "-det_id",true,false);
     285  // PXOPT_LOOKUP_S64(det_id,config->args, "-det_id",true,false);
    286286  PXOPT_LOOKUP_STR(data_state,config->args, "-data_state", true, false);
    287287
Note: See TracChangeset for help on using the changeset viewer.