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/pantasks/pantasks_server.c.in

    r38986 r39419  
    149149/* these are needed to resolve symbols expected by libshell.so */
    150150void welcome () { }
    151 void program_init (int *argc, char **argv) {}
     151void program_init (int *argc, char **argv) {
     152  OHANA_UNUSED_PARAM(argc);
     153  OHANA_UNUSED_PARAM(argv);
     154}
    152155
    153156// I need to do things in a different order here to have config / freopen / gprint sequenced correctly
Note: See TracChangeset for help on using the changeset viewer.