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/psModules/src/extras/psPipe.c

    r23487 r34051  
    105105
    106106        status = execvp (argv[0], argv);
    107 
    108         // this statement exits the child, not the parent, process
    109         exit (1);
     107        psWarning ("error running exec for child process");
     108        exit (1); // this statement exits the child, not the parent, process
    110109    }
    111110    psFree (cmd);
Note: See TracChangeset for help on using the changeset viewer.