IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 1, 2016, 11:34:48 AM (10 years ago)
Author:
eugene
Message:

list unused parameters; replace old signal code with SetInterrupt, ClearInterrupt; fix unsigned / signed int inconsistencies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20160226/src/opihi/pclient/pclient.c.in

    r26891 r39419  
    88
    99void dummy_prep_term (int flag) {
     10  OHANA_UNUSED_PARAM(flag);
    1011}
    1112
    1213/* program-dependent initialization */
    1314void program_init (int *argc, char **argv) {
     15  OHANA_UNUSED_PARAM(argc);
     16  OHANA_UNUSED_PARAM(argv);
    1417 
    1518  auto_break = TRUE;
     
    8083
    8184void pipe_signal (int signum) {
     85  OHANA_UNUSED_PARAM(signum);
     86
    8287  Npipe ++;
    8388  if (Npipe > 100) {
Note: See TracChangeset for help on using the changeset viewer.