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

    r31969 r34058  
    829829static bool updaterunMode(pxConfig *config) {
    830830  PS_ASSERT_PTR_NON_NULL(config,false);
    831   PXOPT_LOOKUP_S64(dqstats_id, config->args, "-dqstats_id",     true, false);
     831  // PXOPT_LOOKUP_S64(dqstats_id, config->args, "-dqstats_id",     true, false);
    832832  PXOPT_LOOKUP_STR(state,      config->args, "-set_state",      true, false);
    833833  PXOPT_LOOKUP_S16(fault,      config->args, "-fault",          false, false);
Note: See TracChangeset for help on using the changeset viewer.