IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 21, 2012, 6:51:32 AM (14 years ago)
Author:
eugene
Message:

changes needed for pedantic gcc

File:
1 edited

Legend:

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

    r33337 r34051  
    693693static bool addjobMode(pxConfig *config)
    694694{
    695     bool    stampJob = false;
     695    bool stampJob = false;
    696696
    697697    PS_ASSERT_PTR_NON_NULL(config, false);
     
    739739        return false;
    740740    }
     741    if (stampJob) { /* do something?? */ }
     742
    741743    if (!pstampJobInsert(config->dbh,
    742744            0,          // job_id
     
    10441046    // it's an allowed arg because add_poll_args adds it
    10451047    PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false);
     1048    if (limit) { /* do something?? */
     1049
    10461050    PXOPT_LOOKUP_S16(fault, config->args, "-fault",  false, false);
    10471051
     
    14481452    // it's an allowed arg because add_poll_args adds it
    14491453    PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false);
     1454    if (limit) { /* do something?? */ }
    14501455
    14511456    if (!psListLength(where->list)) {
Note: See TracChangeset for help on using the changeset viewer.