IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 26, 2012, 11:19:48 AM (14 years ago)
Author:
eugene
Message:

fix a number of cases of unused variables (set but otherwise not used); some of these may have been used to check the presence of a mandatory argument

Location:
trunk/ippTools/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src

  • trunk/ippTools/src/difftool.c

    r33109 r34081  
    10751075
    10761076    // default
    1077     PXOPT_LOOKUP_BOOL(simple, config->args, "-simple", false);
     1077    // PXOPT_LOOKUP_BOOL(simple, config->args, "-simple", false);
    10781078    PXOPT_LOOKUP_TIME(registered, config->args, "-registered", false, false);
    10791079
     
    20592059    PXOPT_LOOKUP_BOOL(newTemplates,config->args,"-new-templates", false);
    20602060
    2061     PXOPT_LOOKUP_BOOL(available, config->args, "-available", false);
     2061    // PXOPT_LOOKUP_BOOL(available, config->args, "-available", false);
    20622062    PXOPT_LOOKUP_BOOL(pretend, config->args, "-pretend", false);
    20632063
     
    28492849  PS_ASSERT_PTR_NON_NULL(config, NULL);
    28502850
    2851   PXOPT_LOOKUP_S64(det_id, config->args, "-diff_id", true,  false);
     2851  // PXOPT_LOOKUP_S64(det_id, config->args, "-diff_id", true,  false);
    28522852  PXOPT_LOOKUP_STR(outfile, config->args, "-outfile", true,  false);
    28532853  PXOPT_LOOKUP_U64(limit,   config->args, "-limit",   false, false);
Note: See TracChangeset for help on using the changeset viewer.