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

    r33042 r34058  
    403403    }
    404404
     405    if (0) {
     406        fprintf (stderr, "runJoinStr: %s\n", runJoinStr);
     407    }
     408
    405409    if (!strcmp(stage, "raw")) {
    406410        if (!no_magic) {
     
    726730    }
    727731
     732    if (simple) {/* no option? */}
    728733
    729734    if (pretend) {
     
    18331838        psStringAppend(&query, " %s last_fileset = '%s'", sep, last_fileset);
    18341839    }
     1840#else
     1841    if (0) { fprintf (stderr, "sep: %s\n", sep); }
    18351842#endif
    18361843
     
    21862193    PXOPT_COPY_STR(config->args, where, "-state", "state", "==");
    21872194
    2188     PXOPT_LOOKUP_BOOL(clean, config->args, "-clean", false);
    2189     PXOPT_LOOKUP_BOOL(full, config->args, "-full", false);
     2195    // PXOPT_LOOKUP_BOOL(clean, config->args, "-clean", false);
     2196    // PXOPT_LOOKUP_BOOL(full, config->args, "-full", false);
    21902197
    21912198    pxAddLabelSearchArgs (config, where, "-label", "distRun.label", "==");
Note: See TracChangeset for help on using the changeset viewer.