IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 11, 2016, 10:23:42 PM (10 years ago)
Author:
eugene
Message:

modify to pass with extremely pedantic build; force consistency for signed vs unsigned and int sizes; various relastro updates

Location:
trunk/Ohana
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana

  • trunk/Ohana/src/opihi/pcontrol/JobOps.c

    r36623 r39457  
    208208
    209209IDtype AddJob (char *hostname, JobMode mode, int timeout, int nicelevel, int argc, char **argv, int Nxhosts, char **xhosts) {
     210  OHANA_UNUSED_PARAM(timeout);
    210211
    211212  int JobID;
     
    215216
    216217  job[0].JobID    = NextJobID();
    217   if (job[0].JobID < 0) {
    218     free (job);
    219     return -1;
    220   }
     218  // XXX this test does not make sense
     219  // if (job[0].JobID < 0) {
     220  //   free (job);
     221  //   return -1;
     222  // }
    221223
    222224  job[0].argc     = argc;
Note: See TracChangeset for help on using the changeset viewer.