IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 23, 2012, 7:02:32 AM (14 years ago)
Author:
eugene
Message:

fix build-time warnings

Location:
branches/eam_branches/ipp-20120601/ippTools/src
Files:
2 edited

Legend:

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

    r28578 r34059  
    284284    PS_ASSERT_PTR_NON_NULL(config, NULL);
    285285
    286     PXOPT_LOOKUP_S64(det_id, config->args, "-det_id", true, false);
     286    // PXOPT_LOOKUP_S64(det_id, config->args, "-det_id", true, false);
    287287    PXOPT_LOOKUP_STR(data_state, config->args, "-data_state", true, false);
    288288
  • branches/eam_branches/ipp-20120601/ippTools/src/vptool.c

    r34058 r34059  
    126126        }
    127127
    128         // GET_VALUE (psS64,    S64, exp_id,        "exp_id");
     128        GET_VALUE (psS64,    S64, exp_id,        "exp_id");
    129129        GET_VALUE (psString, Str, raw_workdir,   "workdir");
    130130        GET_VALUE (psString, Str, raw_label,     "label");
     
    176176    PS_ASSERT_PTR_NON_NULL(config, NULL);
    177177
    178     PXOPT_LOOKUP_S64(exp_id, config->args, "-exp_id", false, false);
    179 
     178    // PXOPT_LOOKUP_S64(exp_id, config->args, "-exp_id", false, false);
    180179
    181180    PXOPT_LOOKUP_STR(label, config->args, "-set_label", true, false);
Note: See TracChangeset for help on using the changeset viewer.